Minor Changes
-
b247e88: Adds multi-cursor support.
The keyboard shortcuts added in the previous version (swap/duplicate line up/down) now support multiple cursors being on screen.
"Select next occurrence" and "add cursor up/down" have also been implemented.Keybinding Action Alt + Up Swap line up Alt + Down Swap line down Shift + Alt + Up Duplicate line up Shift + Alt + Down Duplicate line down Cmd + Alt + Up Add cursor to prev line Cmd + Alt + Down Add cursor to next line Cmd + D Select next occurrence