WINDOW
Full Screen |
F11
|
Distraction Free |
SHIFT + F11
|
Sidebar Toggle |
CTRL + k, CTRL + b
|
Build |
CTRL + b
|
Console Toggle |
CTRL + `
|
New Window |
CTRL + N
|
Close Window |
CTRL + W
|
Command Pallete |
CTRL + P
|
Other View Options |
CTRL + P, "view"
|
PANES
Create Pane |
CTRL + k, CTRL + arrow 1
|
Create Pane w/ File |
CTRL + k, CTRL + ALT + arrow 1
|
Travel to Pane (Can Create!) |
CTRL + k, arrow 1
|
Travel to Pane # |
CTRL + #
|
Move File to Pane |
CTRL + k, SHIFT + arrow 1
|
Move File to Pane # |
CTRL + SHIFT + #
|
Clone File to Pane |
CTRL + k, ALT + arrow 1
|
Expand|Shrink Current Pane |
CTRL + k, CTRL + [z | Z] 1
|
Resize Current Pane col|row by % |
CTRL + k, CTRL + [c | r], "0.0-1.0" 1
|
Pane Layout Default |
ALT + SHIFT + 1
|
Pane Layout 2|3|4 Columns |
ALT + SHIFT + [2 | 3 | 4]
|
Pane Layout Grid |
ALT + SHIFT + 5
|
Pane Layout 2|3 Rows |
ALT + SHIFT + [8 | 9]
|
Close Pane |
CTRL + k, CTRL + SHIFT + arrow 1
|
Move File from Pane |
not yet configured 1
|
Close Current Pane |
not yet configured 1
|
Focus on Created Pane |
not yet configured 1
|
Create Pane w/ Cloned File |
not yet configured 1
|
TABS
New Tab |
CTRL + n
|
Next Tab |
gt 1
|
Previous Tab |
CTRL + SHIFT + TAB
|
Travel to Tab |
ALT + #
|
Close Tab |
CTRL + w
|
GO TO (Navigation & Movement)
File Quickly |
CTRL + p, "file"
|
Symbol |
CTRL + r, "method"
|
Symbol within File |
CTRL + p, "file@method"
|
Fuzzy Word within File |
CTRL + ;
|
First Line |
gg 1
|
Line Number |
:# 2
|
Last Line |
G 1
|
Matching Bracket |
CTRL + m
|
Left|Down|Up|Right |
[h | j | k | l] 1
|
Beginning, 1st Char, EOL |
[0 | ^ | $] 1
|
Next|Previous Char Given on Line |
[f | F] "char" 1
|
Next Word|After Space |
[w | W] 1
|
Next End of Word|Beginning Space |
[e | E] 1
|
High|Mid|Low in Tab |
[H | M | L] 1
|
1 Vintageous (normal)
1 Vintageous (command)
|
|
SELECTIONS
Word (repeat to add next) |
CTRL + d
|
Line (repeat to add next) |
CTRL + l
|
Scope (repeat to expand) |
CTRL + SHIFT + SPACE
|
Within Brackets |
CTRL + M
|
Sequential Identical Indentation |
CTRL + J
|
Skip and Add Next Word |
CTRL + k, CTRL + d
|
Soft Undo|Redo |
ALT + [u | U] 1
|
1 Custom config (ST3 default CTRL + [u | U] is used for emmet plugin)
LINES
Delete Line |
CTRL + K
|
Indent/Undindent Line |
CTRL + [ [ | ] ]
|
Insert Line Before|After (Insert) |
CTRL + [SHIFT + ENTER | ENTER]
|
Insert Line After (Normal) |
O 1
|
Move Line Up|Down |
CTRL + SHIFT + [↑ | ↓]
|
Duplicate Line |
CTRL + D
|
Join Line with Next |
CTRL + j
|
Sort Lines Case Insensitive|Sensitive |
[F9 | CTRL + F9]
|
COMMENTS
Comment|Uncomment Line |
CTRL + /
|
Block Comment |
CTRL + SHIFT + /
|
TEXT
Uppercase|Lowercase |
CTRL + k, [u | l]
|
Delete Word Forward|Backward |
CTRL + [DEL | BACKSPACE]
|
Delete to Beginning|End of Line |
CTRL + k, CTRL + [BACKSPACE | k]
|
Transpose Chars Around Cursor |
CTRL + t
|
Close Tag |
ALT + .
|
FOLDING
Fold Layer |
CTRL + k, CTRL + #
|
Fold |
CTRL + SHIFT + [
|
Unfold |
CTRL + SHIFT + ]
|
Unfold All |
CTRL + k, CTRL + j
|
Fold Tag Attributes |
CTRL + k, CTRL + t
|
SEARCH | FIND | REPLACE
Find Word Regular|Incremental |
CTRL + [f | i]
|
Find Next|Previous |
[F3 | SHIFT + F3]
|
Search All Files in a Folder |
CTRL + F
|
Replace |
CTRL + h
|
Search & Select All Instances |
CTRL + f, "word", ALT + ENTER
|
Quick Find All |
ALT + F3
|
READ ME
This is a compilation of many other cheatsheets with additional shortcuts.
Sources:
/tdeyle/cheat-sheets/sublime-text-3/
/martinprins/cheat-sheets/sublime-text-3-osx/
/ceviche/cheat-sheets/sublime-text-3-windows/
/njovin/cheat-sheets/sublime-text-2-windows/ |
|