Sublime Text: Difference between revisions

From Wiki
Jump to navigation Jump to search
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..."
 
No edit summary
Line 1: Line 1:
http://www.sublimetext.com/docs/3/index.html
http://www.sublimetext.com/docs/3/index.html


== Moving around ==
=== Moving the cursor ===
* to beginning/end of current word: Ctrl-left/Ctrl-right
=== Moving the view ===
* up/down: Ctrl-up/Ctrl-down
=== Incremental Search ===
* Ctrl-I
=== Code Outline/Search ===
* Ctrl-R to show code outline, type to fuzzy-select
== Selecting ==


== Column Select ==
== Column Select ==
Line 10: Line 28:
* Alt+F3 to select all occurrences
* Alt+F3 to select all occurrences


== Code Outline/Search ==
 
* Ctrl-R to show code outline, type to fuzzy-select
 
== Tools ==
* Command Pallette: Ctrl+Shift+P, type to fuzzy-search

Revision as of 00:03, 25 February 2014

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


Moving around

Moving the cursor

  • to beginning/end of current word: Ctrl-left/Ctrl-right

Moving the view

  • up/down: Ctrl-up/Ctrl-down

Incremental Search

  • Ctrl-I

Code Outline/Search

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


Selecting

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


Tools

  • Command Pallette: Ctrl+Shift+P, type to fuzzy-search