Sublimetext Useful Shortcuts
Sublimetext Useful Shortcuts
Loosely ordered with the commands I use most towards the top. Sublime also offer full
documentation.
Editing
Ctrl+C
Ctrl+X
Ctrl++K
delete line
Ctrl+
Ctrl++
Ctrl++
Ctrl+L
Ctrl+D
select word (repeat select others occurrences in context for multiple editing)
Ctrl+M
jump to closing bracket for current code, repeat to jump to opening bracket
Ctrl++M
select all contents of the current brackets (curly brackets, square brackets,
parentheses)
Ctrl+KK
Ctrl+K+
Ctrl+]
Ctrl+[
Ctrl++D
duplicate line(s)
Ctrl+J
Ctrl+ /
Ctrl++/
Ctrl+Y
Ctrl++V
Ctrl+Space
Ctrl+U
soft undo (somehow undoes your movements; it jumps to your last change
before undoing it when you repeat this command)
Navigation/Goto Anywhere
Ctrl+P
quick-open files by name in your project (doesnt seem to need an actual project set
up, it just searches in the directories around the currently-opened file
Ctrl+R
goto symbol (functions and classes) in the file. Same as Ctrl+P, then type @
Ctrl+;
Ctrl+G
General
Ctrl++P
command prompt
Ctrl+KB
Find/Replace
Ctrl+F
find
Ctrl+H
replace
Ctrl++F
find in files
Tabs
Ctrl++t
Ctrl+PgDn
Ctrl+
Split window
Alt++2
Alt++1
Alt++5
grid (4 groups)
Ctrl+[1,2,3,4]
Ctrl++[1,2,3,4]
Bookmarks
Ctrl+F2
toggle bookmark
F2
next bookmark
+F2
previous bookmark
Ctrl++F2
clear bookmarks
Text manipulation
Ctrl+KU
upper case
Ctrl+KL
lower case