Show Menu
Cheatography

Sublime Text 3 (Win) Keyboard Shortcuts by

A selection of default keyboard shortcuts for Sublime Text 3 for Windows

Basic

F11
Full Screen
shift + F11
Distra­ction Free Mode
ctrl + shift + p
Command Palette
ctrl + `
Show Console
ctrl + k + b
Show/Hide Sidebar
ctrl + /
Comment
ctrl + shift + /
Block Comment
ctrl + k + u
Uppercase
ctrl + k + l
Lowercase

Selections

ctrl + d
Select Word
ctrl + d
Use multiple times to select next instance of the selected word
ctrl + click
Create multiple cursors for multi-­editing
ctrl + shift + space
Expand selection to scope. Repeating keeps expanding.
ctrl + shift + m
Expand to brackets
ctrl + shift + j
Expand to indent­ation
 

Go To

ctrl + p
Open file based on name
ctrl + g
Go to line number
ctrl + r
Go to symbol
ctrl + p THEN @
Open file based on name and search for symbol
ctrl + m
Go to matching bracket

Lines

ctrl + l
Select line
ctrl + shift + k
Delete line
ctrl + ]
Indent
ctrl + [
Unindent
ctrl + enter
Insert line after
ctrl + shift + enter
Insert line before
ctrl + shift + ↑
Swap line up
ctrl + shift + ↓
Swap line down
ctrl + shift + d
Duplicate line
ctrl + j
Join Line
 

Bookmarks

Ctrl + F2
Toggle bookmark
F2
Next bookmark
⇧ + F2
Previous bookmark
Ctrl + ⇧ + F2
Clear bookmarks

Code Folding

ctrl + shift + [
Fold
ctrl + shift + ]
Unfold
ctrl + k + j
Unfold All

Search / Find / Replace

ctrl + f
Find
F3
Find next
shift + F3
Find previous
ctrl + shift + f
Search all files in a folder
ctrl + h
Replace
ctrl + f THEN alt + <co­de>­enter
Find a certain term then select them all for multi-­editing

Tabs and Window Panes

ctrl + shift + n
New Window
ctrl + n
New Tab
alt + <co­de>#
Select a Tab (ie. alt + 3)
ctrl + w
Close Tab
ctrl + shift + #
Move tab to a Panel (ie. ctrl + shift + 2)
ctrl + #
Focus on a Pane (ie. ctrl + 2)
alt + <co­de>­shift + 1
One Column
alt + <co­de>­shift + 2
Two Columns
alt + <co­de>­shift + 3
Three Columns
alt + <co­de>­shift + 4
Four Columns
alt + <co­de>­shift + 8
Two Rows
alt + <co­de>­shift + 9
Three Rows
alt + <co­de>­shift + 5
Two x Two Grid
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Sublime Text 2 (OS X) Keyboard Shortcuts
          Sublime Text 2 - Shortcuts (Verbose Mac) Keyboard Shortcuts