vontio / sublime-invert-selection

sublime 2 missing feature invert selection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime invert selection

sublime 2 invert selection

Installation:

  • you should use sublime package manager
  • use cmd+shift+P then Package 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 then Invert Selection
  • or goto menubar Selection then Invert Selection
  • or bind some key in your user key binding:
  {
   "keys": ["ctrl+alt+shift+i"],
   "command": "invert_selection"
  }

About

sublime 2 missing feature invert selection


Languages

Language:Python 100.0%