Show Menu
Cheatography

Sublime Text Mac Cheat Sheet (DRAFT) by

Minimal and personal

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

General

⌘T
Go to File
⌘ + Control + P
Go to Project
⌘R
Go to Methods
Control + G
Go to Line
⌘KB
Toggle Side Bar
⌘ + Shift + P
Command Prompt
⌘ + Shift + N
New Window

Editing

⌘L
Select Line (repea­table)
⌘D
Select Word (repea­table)
Control + Shift + M
Select Content In Brackets
⌘ + Shift + Enter
Insert Line Before
⌘ + Enter
Insert Line After
Control + Shift + K
Delete Line
⌘KK
Delete Line from Cursor to End of Line
⌘K + Delete
Delete Line from Cursor to Start of Line
⌘ + Shift + D
Duplicate Line(s)
⌘J
Join Lines
⌘KU
Upper Case
⌘KL
Lower Case
⌘/
Comment
⌘ + Option + /
Block Comment
⌘Y
Redo
⌘ + Shift + V
Paste and Indent
Control + Space
Auto Complete (Repeat for next selection)
Control + M
Jump to Matching Bracket
⌘U
Undo Movement (Soft Undo)
⌘ + Shift + U
Redo Movement (Soft Redo)

Find / Replace

⌘F
Find
⌘ + Option + F
Replace
Option + ⌘ + G
Find Next Occurrence of Current Word
Control + ⌘ + G
Find All Occurr­ences of Current Word
⌘ + Shift + F
Find in Files