Sublime Text

From Wiki
Revision as of 23:20, 24 February 2014 by Scott (talk | contribs) (Created page with "http://www.sublimetext.com/docs/3/index.html == Column Select == * Shift + right-click + drag == Select instances of a word (multiple cursors) == * Ctrl-D to select current...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

http://www.sublimetext.com/docs/3/index.html


Column Select

  • Shift + right-click + drag

Select instances of a word (multiple cursors)

  • Ctrl-D to select current and next instances of word
  • Ctrl-U to undo last
  • Alt+F3 to select all occurrences

Code Outline/Search

  • Ctrl-R to show code outline, type to fuzzy-select