Multi-line edit functions for Atom Editor
ALT + UP
Expands cursor to upper line
ALT + DOWN
Expands cursor to lower line
CTRL + ALT + V
When multiple cursors selected (with ALT+UP/DOWN) pastes multiline text (text which contains line break "\n") from clipboard and converts it to multi cursor list to each active cursor.
CTRL + ALT + Page Down
Pastes each line of multiline text (text which contains line break "\n") from clipboard and inserts each line bellow current single cursor position down to the same column position (or to the beginning of line if column does not exist).
CTRL + ALT + Page Up
Pastes each line of multiline text (text which contains line break "\n") from clipboard and inserts each line bellow current single cursor position up to the same column position (or to the beginning of line if column does not exist).
CTRL + ALT + LEFT
Moves all (or single) cursor to the beginning of a previous word.
CTRL + ALT + RIGHT
Moves all (or single) cursor to the end of a next word.
Improve cursor move functionality.
Add multi cursor selection with mouse