Sublime Text Keybindings Cheatsheet
Action
Keybind
Open new file
^ + O
New file
^ + N
New file (advanced)
^ + β₯ + N
π¨ AdvancedNewFile
Save file
^ + S
Close current file
^ + W
π¨
Reopen closed file
^ + β§ + T
π¨
Open current file again
File > New View Into File
Action
Keybind
Goto anything
^ + P
π¨
Fuzzy search
^ + P + #
Line number
^ + P + :
Symbol
^ + P + @
Quick switch project
^ + β₯ + P
Command palette
^ + β§ + P
π¨
Access commands quickly
Quick way to learn key bindings for commands
Switch sintax mode
Action
Keybind
Swap line up
^ + β§ + β
Swap line down
^ + β§ + β
Delete line
^ + β§ + K
Duplicate line
^ + β§ + D
Action
Keybind
Add additional cursors
^ + Click
Add previous line
^ + β₯ + β
Add next line
^ + β₯ + β
Vertical select
β§ + R-Click Drag
Split into lines
^ + β§ + L
Tip: first select multiple lines and then use
Action
Keybind
Move one word at a time
^ + β or β
Select one word at a time
^ + β§ + β or β
Select current word
^ + D
π¨
Select current line
^ + L
π¨
Selection > Expand Selection to Paragraph
Action
Keybind
Upper case
^ + K, ^ + U
Lower case
^ + K, ^ + L
Edit > Convert Case > Title Case
Action
Keybind
Paste
^ + β§ + V
βοΈ ^ + V
Paste and indent
^ + V
βοΈ ^ + β§ + V
Action
Keybind
Toggle bookmark
^ + F2
Next bookmark
F2
Prev bookmark
β§ + F2
Clear bookmarks
^ + β§ + F2
Action
Keybind
Jump to matching bracket
^ + M
π¨
Jump to next/prev place
^ + β₯ + β or β
Emmet
Selects next/prev tag
^ + β₯ + , or .
Emmet
Go to line
^ + G
Go to symbol
^ + R
Go to symbol in project
^ + β§ + R
β
Go to definition
F12
β οΈ replace with ^ + β₯ + β
Jump back
β₯ + -
Action
Keybind
Expand selection to tag
^ + β§ + A
π¨
Expand selection to bracket
^ + β§ + M
π¨
Expand selection to indentation
^ + β§ + J
Expand selection to scope
^ + β§ + β΅
Action
Keybind
Indent or unindent line
^ + ] or [
π¨
Indent file
F12
β οΈ
Edit > Line > Reindent
Action
Keybind
Add 'id' property to tag
#
Emmet
Add 'class' property to tag
.
Emmet
Action
Keybind
Fold
^ + β§ + [
Unfold
^ + β§ + ]
Unfold all
^ + K, ^ J
Fold levels
^ + K, ^ + 1-9
Comment
Action
Keybind
Toggle comment
^ + /
π¨
Toggle block comment
^ + β§ + /
π¨
Action
Keybind
Close tag
β₯ + .
Expand selection to tag
^ + β§ + A
Wrap selection with tag
β₯ + β§ + W
Action
Keybind
Open url, file, folder or search for word
^ + β₯ + U
π¨ Open URL
Wrao word / selection as link
^ + β₯ + L
Hyperlink Helper
Lookup with Google & link
^ + β₯ + β§ + L
Hyperlink Helper
Action
Keybind
Switch file
β₯ + 1-9
Switch file next or previous
^ + β or β
Cycle forward open tabs
^ + β₯
Cycle backward open tabs
^ + β§ + β₯
Palette of open files
^ + P
Focus on sidebar
^ + 0
Focus back to edit area when focus on sidebar
β
Reveal in sidebar
^ + β₯ + S
Action
Keybind
Navigate tab groups
^ + 1-9
Move file to new group
^ + K, ^ + β
Close group
^ + K, ^ + β
Action
Keybind
Move focus to the pane in that direction
^ + K, Arrow
Move the current file to the destination
^ + K, β§ + Arrow
Clone the current file to the destination
^ + K, β₯ + Arrow
Create an adjacent pane
^ + K, ^ + Arrow
Destroy an adjacent pane
^ + K, ^ + β§ + Arrow
Zoom the current pane so it takes up 90% of the screen
^ + K, ^ + Z
Unzoom (equally space all panes)
^ + K, ^ + β§ + Z
Adjust the top and bottom separator
^ + K, ^ + R
Adjust the left and right separator
^ + K, ^ + C
Action
Keybind
Find
^ + F
Next find
β΅ or F3
π¨
Previous find
β§ + β΅ or β§ + F3
π¨
Use selection for find
^ + E
π¨
Incremental find
^ + I
Find and replace
^ + H
Replace next
^ + β§ + H
Use selection for replace
^ + β§ + E
Find in files
^ + β§ + F
π¨
Next result
F4
Previous result
β§ + F4
Tip: turn off "Use Buffer" to see results in botton panel
Action
Keybind
Quick find
^ + F3
π¨
Quick find all
β₯ + F3
π¨
Quick add next
^ + D
π¨
Quick skip next
^ + K, ^ + D
π¨
Undo selection
^ + U
π¨
Action
Keybind
Larger font
^ + =
Smaller font
^ + -
Action
Keybind
Single
β₯ + β§ + 1
Two columns
β₯ + β§ + 2
Four grid
β₯ + β§ + 4
Action
Keybind
Show Console
^ + '
Action
Keybind
Show command actions
sublime.log_commands(True)
Action
Keybind
Auto complete list
^ + Spacebar
Auto complete commit
β₯
Action
Keybind
Displays available snippets
^ + β§ + P + "snip"
Action
Keybind
Start/end macro recording
^ + Q
Playback macro
^ + β§ + Q
PlainTasks
Action
Keybind
Add new task
^ + Enter
Mark task as done (toggle)
^ + D
Archive task
^ + β§ + A
Tag task priority as Critical
C + β₯
Tag task priority as High
H + β₯
Tag task priority as Low
L + β₯
Tag task priority as Today
T + β₯
Copy/paste text inside html tags, edit and copy/paste back
Action
Keybind
Select tag
^ + D
Move right
^ + β
Expand tag selection
^ + β§ + A
Copy
^ + C
New file
^ + N
Paste
^ + V
Edit text
Copy all
^ + A
Break selection into lines
^ + β§ + L
Copy multiple selection
^ + C
Go back to prev file
Paste into selection
^ + V
File creation plugin
https://github.com/skuroda/Sublime-AdvancedNewFile
https://github.com/skuroda/Sublime-AdvancedNewFile/wiki/Commands
Color picker for Sublime Text
http://weslly.github.io/ColorPicker/
Improves HTML & CSS workflow
https://github.com/sergeche/emmet-sublime
Quickly create hyperlinks from selected text or clipboard contents
https://github.com/sentience/HyperlinkHelper
Open URLs, files, folders, or google text under the cursor or in selected text for Sublime Text
https://github.com/noahcoad/open-url
An opinionated todo-list plugin for Sublime Text editor
https://github.com/aziz/PlainTasks
SideBarEnhacements
Provides enhancements to the operations on Sidebar of Files and Folders for Sublime Text
https://github.com/titoBouzout/SideBarEnhancements
Split the window however you like! Create new panes, delete panes, move and clone views from pane to pane.
https://github.com/SublimeText/Origami
File > New View Into File
Edit > Line > Reindent
Edit > Convert Case > Title Case
Selection > Expand Selection to Paragraph
F12
:
Goto > Goto definition...
Edit > Line > Reindent
Ctrl + Shift + /
Edit > Comment > Toggle Block Comment
Emmet Package > Toggle comment tag scope
Action
Keybind
Edit > Paste
^ + V
β ^ + β§ + V
Edit > Paste and Indent
^ + β§ + V
β ^ + V
Emoji
Description
β οΈ
Conflict (fix in Preferences > Key Bindings
)
π¨
Drill
βοΈ
Modified
β
Not working or Missing