Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 779 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 779 Bytes

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.