Show Menu
Cheatography

Sublime Text 3 Keyboard Shortcuts (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

File

Open
C-o

Edit

Paste and indent
C-S-v

Delete

to word start
C-BKSP
to word end
C-DEL
to line start
C-S-BKSP
to line end
C-S-DEL
line
C-S-k

Line

unindent / indent
C-[ / C-]
move up / move down
C-S-UP / C-S-DOWN
duplicate
C-S-d
delete
C-S-k
join
C-j
insert before
C-S-RETURN
insert after
C-RETURN
 

Find

replace
C-h
quick
C-F3
quick all
A-F3
quick add next
C-d
use selection
C-e
in files
C-S-f

Select

word
C-d
line
C-l
scope
C-S-SPACE
brackets
C-S-m
indent­ation
C-S-j

View

console
C-`
full screen
F11
distra­ction free
S-F11
scroll up
C-UP
scroll down
C-DOWN
 

Goto

anything
C-p
symbol
C-r
symbol in project
C-S-r
definition
F12
line
C-g
grep
C-;
switch header­/source
A-o
matching bracket
C-m

Bookmarks

toggle
C-F2
next
F2
previous
S-F2
clear
C-S-F2