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.
- 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
- supports two or more selections
- cycles forwards or backwards
- if no selections are made, but multiple cursors are set, these lines are swapped.