Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 508 Bytes

sublime_shortcuts.md

File metadata and controls

17 lines (10 loc) · 508 Bytes

Sublime shortcuts

Column Selection

Right Mouse Button + Shift 

Add to selection: Ctrl
Subtract from selection: Alt 

Quick Add Next

To add the next occurrence of the current word to the selection, use Quick Add Next, which is bound to Ctrl+D

Again, if you go too far, use Undo Selection (Ctrl+U, or Command+U on OS X) to step backwards.

Find All

To add all occurrences of the current word to the selection, use Find All: Alt+F3 on Windows and Linux, or Ctrl+Command+G on OS X.