I know how to use the mouse to create multiple carets. Is there any way to create multiple carets using only the keyboard?
Multiple carets with keyboard
vitaLee
#4
plus pressing ctrl+cmd+G (OSX shortcut. for your os check Find -> Quick Find All) selects all occurances of the word under cursor.
0 Likes
lorin
#6
Thanks, all. I added this to my key bindings:
// Multiple carets
{ "keys": "super+alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": "super+alt+down"], "command": "select_lines", "args": {"forward": true} }
0 Likes