Sublime Text is a fast and lightweight code editor known for its powerful features, such as syntax highlighting, multi-caret editing, and seamless plugin integration. Here are some shortcuts to help you navigate Sublime Text more efficiently and boost your coding productivity.
General
Open Command Palette
Ctrl + Shift + P
Save All Files
Ctrl + Alt + S
Close Current File
Ctrl + W
Close All Files
Ctrl + Shift + W
Reopen Last Closed File
Ctrl + Shift + T
Toggle Sidebar
Ctrl + K, Ctrl + B
Switch File Tab
Ctrl + Tab
Switch File Tab (Reverse)
Ctrl + Shift + Tab
Duplicate File
Ctrl + Shift + D
Editing
Duplicate Line
Ctrl + Shift + D
Delete Line
Ctrl + Shift + K
Comment/Uncomment Line
Ctrl + /
Block Comment/Uncomment
Ctrl + Shift + /
Select All Occurrences
Alt + F3
Split Selection into Lines
Ctrl + Shift + L
Navigation
Go to Matching Bracket
Ctrl + M
Scroll Line Down
Ctrl + Down
Jump to Next Edit
Ctrl + K, Ctrl + Q
Jump to Previous Edit
Ctrl + K, Ctrl + Alt + Q
Find and Replace
Find All Occurrences
Alt + F3
Split Panes
Split Pane Up
Alt + Shift + 2
Split Pane Down
Alt + Shift + 3
Split Pane Left
Alt + Shift + 4
Split Pane Right
Alt + Shift + 5
Close Split Pane
Ctrl + K, Ctrl + W