Awesome
Sublime invert selection
sublime 2 invert selection
Installation:
- you should use sublime package manager
- use
cmd+shift+P
thenPackage Control: Install Package
- look for
Invert Selection
and install it. - OR, Clone or unpack to "Invert Selection" folder inside "Packages" of your Sublime installation.
Usage :
- use
cmd+shift+P
thenInvert Selection
- or goto menubar
Selection
thenInvert Selection
- or bind some key in your user key binding:
{
"keys": ["ctrl+alt+shift+i"],
"command": "invert_selection"
}