Show Menu
Cheatography

Sublime Text 4 Keyboard Shortcuts (DRAFT) by

Sublime Text 4 keybindings

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

General

Command Palette
Ctrl + Shift + P
QuickShift Project
Ctrl + Alt + P
Open file
Ctrl + O
Close file
Ctrl + W
Quit
Ctrl + Q
Show / Hide sidebar
Ctrl + K, B
Zoom in
Ctrl + -
Zoom out
Ctrl + =
Copy current file path
Ctrl + K, C
Fullscreen
F11
Distra­ction free
Shift + F11
Save file
Ctrl + S
Save file as
Ctrl + Shift + S

Layout and Focus

Python console
Ctrl + œ ( ² )
Terminal (terminus plugin)
Ctrl + T
Layout 1 to 3 columns
Ctrl + Shift + 1,2,3
Layout 2 or 3 rows
Ctrl + Shift + 8,9
Layout 4 panel grid
Ctrl + Shift + 5
Move file to panel #
Ctrl + Shift + #
Focus to panel
Ctrl + 1,2,3
Next tab in stack
Ctrl + Tab
Previous tab in stack
Ctrl + Shift + Tab
Next tab
Ctrl + PgUp
Previous tab
Ctrl + PgDn
New tab
Ctrl + N
Close tab
Ctrl + W
Open in new panel
Ctrl + Click on file
Ctrl + P, Ctrl + Enter
 

Searching

Goto anything
Ctrl + P
Find
Ctrl + F
Replace
Ctrl + H
Find next / previous
F3 / Shift F3
Find in files
Ctrl + Shift + F
Goto defini­tions
Ctrl + F12
Goto references
Ctrl + F12
Goto line
Ctrl + G
Goto symbol
Ctrl + R
Goto symbol in project
Ctrl + Shift + R
Increm­ental find
Ctrl + I
Quick find
Ctrl + F3
Quick find all
Alt + F3
Toggle regex
Alt + R
Toggle exact match
Alt + W
Toggle case sensit­ivity
Alt + C

Selecting

Select Word
Ctrl + D
Select line
Ctrl + L
Select bloc
Ctrl + Shift + M
Select scope
Ctrl + Shift + Space
Extend selection
Ctrl + Shift + A
Select all
Ctrl + A
Split selection
Ctrl + Shift + L
Repeat multi select
Ctrl + D
Skip multi select
Ctrl + K
Select all instances
Alt + F3
Cancel multis­elect
Esc
Select text
Shift + ,,,
Select words
Shift + Alt + ,
Add lines
Ctrl + Alt + ,
Multi cursor
Shift + Alt +,
Ctrl + Click
 

Basic editing

Undo
Ctrl + Z
Redo
Ctrl + Y
Copy selection
Ctrl + C
Cut selection
Ctrl + X
Paste
Ctrl + V
Paste and indent
Ctrl + Shift + V
Paste from history
Ctrl+ K, V
Undo movement
Ctrl + U
Redo movement
Ctrl + Shift + U

Editing

New line after
Ctrl + Enter
New line before
Ctrl + Shift + Enter
Auto complete
Ctrl + Space
Go to matching brace
Ctrl + M
Move line
Ctrl + Shift +
Delete line
Ctrl + Shift + K
Delete til start of line
Ctrl + K, Backspace
Delete til end of line
Ctrl + K, K
Delete til start of word
Ctrl + Backspace
Delete til end of word
Ctrl + Delete
Convert to uppercase
Ctrl + K, U
Convert to lowercase
Ctrl + K, L
Join lines
Ctrl + Shift + J
Duplicate line
Ctrl + Shift + D
Comment line
Ctrl + /
Sort lines
F9
Sort lines (case sensitive)
Ctrl + F9