Sublime Text 2 – Useful Shortcuts (PC)
Loosely re-ordered for commands I use most to be at the top.
Ctrl+X
delete line
Ctrl+↩
insert line after
Ctrl+⇧+↩
insert line before
Ctrl+⇧+↑
move line (or selection) up
Ctrl+L
select line (repeat to select next lines)
Ctrl+D
select word (repeat select others occurrences in context for multiple editing)
Ctrl+⇧+M
select all contents of the current brackets (curly brackets, square brackets, parentheses)
Ctrl+KK
delete from cursor to end of line
Ctrl+K+⌫
delete from cursor to start of line
Ctrl+⇧+D
duplicate line(s)
Ctrl+J
join line below to the end of the current line
Ctrl+ /
comment
Ctrl+⇧+/
block comment
Ctrl+Y
redo or repeat
Ctrl+⇧+V
past and ident
Alt+/
autocomplete (repeat to select next suggestion). Default is Ctrl+Space, but it always reserved for language change in Chinese Windows environment.
Ctrl+M
jump to matching brackets
Ctrl+U
soft undo (movement undo)
Ctrl+KB
toggle side bar
Ctrl+⇧+P
command prompt
Ctrl+`
python console
Ctrl+N
new file
Ctrl+P
goto anyway. Search files by name in your project.
Ctrl+R
goto symbol(functions and classes) in the file. Same as Ctrl+P , then type @
Ctrl+;
goto word in current file. Same as Ctrl+P , then type #
Ctrl+G
goto line in current file. Same as Ctrl+P , then type :
Ctrl+F
find
Ctrl+H
replace
Ctrl+⇧+F
find in files
Alt+⇧+1
single column
Alt+⇧+2
two columns
Alt+⇧+5
grid (4 groups)
Ctrl+[1,2,3,4]
focus group
Ctrl+⇧+[1,2,3,4]
move file to group
Ctrl+[1,2,3…]
select tab
Ctrl+F2
toggle bookmark
F2
next bookmark
⇧+F2
previous bookmark
Ctrl+⇧+F2
clear bookmarks
Ctrl+KU
upper case
Ctrl+KL
lower case