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