swap-selection
swaps/cycles/transposes your current text selections
RocketScienceAbteilung 1,676 10 0.4.0 MIT GitHub

Swap Selection travis

An atom plugin which swaps/cycles/transposes your current editors text selections with a single keypress. Similar to atom-transpose but supports more than two selections.

cycle it

Usage

  • make two or more selections
  • use alt-t to swap/cycle selections in foreward (right) direction
  • use shift-alt-t to swap/cycle selections in backward (left) direction

Featues

  • supports two or more selections
  • cycles forwards or backwards
  • if no selections are made, but multiple cursors are set, these lines are swapped.