Show Menu
Cheatography

Sublime Text Cheat Sheet (DRAFT) by

Sublime Text Shortcuts

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

Keyboard Shortcuts

Multiple Cursors
CTRL/⌘-D
Goto Anything
CTRL/⌘-P
Goto Line in File
CTRL/⌘-P + :
Goto Definition in File
CTRL/⌘-P + @
Distra­ction Free Mode
SHIFT-F11
Hide/Show the Sidebar
ALT-S
Quickly Comment Your Code
CTRL/⌘-. and CTRL/⌘­-SH­IFT-.
Selecting Text
CTRL/⌘-D
Selecting All
ALT-D
Selecting an Entire Line
CTRL/⌘-L
Selecting Code that is Similarly Indented
CTRL/⌘­-SH­IFT-J
Selecting Everything Inside an HTML Tag
CTRL/⌘­-SH­IFT-A
Pasting with Indent­ation
CTRL/⌘­-SH­IFT-V
Switching Lines
CTRL-S­HIF­T-U­P/DOWN
Deleting Lines
CTRL-S­HIFT-K
Removing DOM Parent
CTRL-S­HIFT-´
Selecting Open/Close tags
CTRL-S­HIFT-{
Duplicate Line
CTRL-S­HIFT-D
Go To Matching Pair
CTRL-ALT-J
 

Packages

Sidebar Enhanc­ements
Extended functi­onality with Sidebar Enhanc­ement
Emmet
Emmet makes coding HTML much easier by using shortcuts based on CSS selectors
Git
The Git package lets you run Git commands
GitGutter
GitGutter shows uncomm­itted additions, changes, and deletions next to ST3′s line numbers