Skip to content

Instantly share code, notes, and snippets.

@jensens
Last active July 24, 2017 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jensens/65d26b6032a461acdaf0b01af5421d09 to your computer and use it in GitHub Desktop.
Save jensens/65d26b6032a461acdaf0b01af5421d09 to your computer and use it in GitHub Desktop.
sublime multi cursor edit

Multi-Edit in SublimeText2/ Linux

Multicursor Block/ Columns Selection

Keyboard:
  • Ctrl+Alt+[Up, Down] creates multicursor block
  • Ctrl+Alt+[Left, Right] expands as block
Mouse
  • Right Mouse Button + Shift
  • Add to selection: Ctrl
  • Subtract from selection: Alt
Splitting the Selection into Multi-Cursor
  • Ctrl+Shift+L
Multicursor by Selection.
  • Select Text
  • Ctrl-D Selects similar
  • Ctrl-K skips one (?)
  • Ctrl-U undo last select
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment