Show Menu
Cheatography

Sublime Text 3 Keyboard Shortcuts Windows Keyboard Shortcuts (DRAFT) by

Personal preferences

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

Navigation

ctrl + p
Goto anything
ctrl + g
Goto line
ctrl + r
Goto symbol
F12
Goto definition
alt + -
Jump back (cursor history)
alt + shift + -
Jump forward (cursor)

Search

ctrl + shift + f
Find in files (project)
 

Edit

ctrl + '
Toggle line comment
ctrl + backspace
Delete word
alt + .
Close tag
ctrl + k, u/l
To upper/­low­ercase
 

Select

ctrl + d
Add next occurance
ctrl + u
Undo add next
ctrl + k, d
Skip and add next
ctrl + shift + space
Expand to scope
ctrl + shift + j
Expand to identation
ctrl + shift + m
Expand to brackets
ctrl + shift + a
Expand to tag
ctrl + shift + l
Split into lines