/invert-selection

Invert current text selection. An Atom package.

Primary LanguageCoffeeScriptMIT LicenseMIT

invert-selection package

Invert the current text selection.

Example of invert-selection

The default keymapping is ctrl-i. Enable or disable it in settings.

Combines well with built-in functions. For example, to to see only lines matching a search result:

  1. Find All
  2. Select Line
  3. Invert Selection
  4. Fold Selection