Shortcuts Sublime Text for MacOS

Working with the code is quite monotonous and routine, and to simplify it, SublimeText suggests using hotkeys. The combinations are already set by the developers, but for convenience they can be customized to your liking and your goals. Regardless of the version of the program, all combinations remain unchanged. If you use keyboard shortcuts with plugins, features and SublimeText functions, the work will become productive and optimized. Hot keys help to work with text (select, delete, copy, duplicate, move, merge), files, manage windows (switch between tabs, manage editing areas) and use navigation without using the mouse.

General Editing Shortcuts

MacOS Description Edit Cancel Save & submit
Command+Enter Insert Line After
Command+Shift+Enter Insert Line Before
Command+Ctrl+Up Arrow Move line Up
Command+Ctrl+Down Arrow Move line Down
Command+L Select Line(Repeat to select next lines)
Command+Ctrl+G Select All Occurencs of Current Section
Command+D Select Word(Repeat select other Occurences
Command+Shift+Up Arrow Selection Up
Command+Shift+Down Arrow Selection Down
Command+X Cut Line
Command+Shift+K Delete Line
Command+K+K Delete from cursor to End of Line
Command+K+Del Delete from cursor to start of Line
Command+] Indent Current Lines
Command+[ Unindent Current Lines
Command+Shift+V Paste and Indent Correctly
Command+V Paste Line
Option+Shift+W Wrap Selection in HTML Tag
Option+. Close Current HTML Tag
Command+U Undo
Command+Spacebar Select Next AutoComplete Suggestion
Command+Y Redo
Command+Shift+D Duplicate Lines
Command+J Join Line below to end of current line
Command+/ Comment/Uncomment Current Line
Command+Shift+/ Block Comment Current Selection
Command+K+U Convert to Uppercase
Command+K+L Convert to Lowercase
Ctrl+Command+G Select all occurrences of current selection
Ctrl+Shift+Up Arrow Extra cursor on the line above
Ctrl+Shift+Down Arrow Extra cursor on the line below
Ctrl+M Jump to closing parentheses Repeat to jump to opening parentheses
Ctrl+Shift+M Select all contents of the current parentheses
Ctrl+A Move to beginning of line
Command+Left Arrow Move to beginning of text on line
Command+Right Arrow Move to end of line
Command+Shift+P Command Palette
Ctrl+' Python Console
Command+Ctrl+F Switch FullScreen Mode
Command+Ctrl+Shift+F Switch DistractionFree Mode
Command+K+B Switch Side bar

Column Selection Shortcuts

MacOS Description Edit Cancel Save & submit
Command+Option+Up Arrow Column Selection Up
Command+Option+Down Arrow Column Selection Down
MacOS Description Edit Cancel Save & submit
Ctrl+G Go to line
Ctrl+; Go to Word
Command+R Go to Symbol
Command+T Immediately Open Files by Name

Find and Replace Shortcuts

MacOS Description Edit Cancel Save & submit
Command+F Find
Command+Option+F Replace
Command+Shift+F Find in Files
MacOS Description Edit Cancel Save & submit
Command+PgUp Cycle Up through Tabs
Command+PgDn Cycle Down through Tabs
Command+Left Arrow Find in Files
Command+W Close Current Tab
Option+1..9 Switch to Tab Number

Split Windows Shortcuts

MacOS Description Edit Cancel Save & submit
Option+Command+1 Revert view to single column
Option+Command+2 Split view into two columns
Option+Command+3 Split view into three columns
Option+Command+4 Split view into four columns
Option+Command+5 Set view to Grid
Option+Command+8 Split view into two rows
Ctrl+1..4 Jump to group where num is 1..4
Ctrl+Shift+1..9 Move file to specified group where num is 1..4

Bookmarks Shortcuts

MacOS Description Edit Cancel Save & submit
F2 Next Bookmark
Shift+F2 Previous Bookmark
Command+F2 Switch Bookmark
Command+Shift+F2 Clear Bookmarks

Other Shortcuts

MacOS Description Edit Cancel Save & submit
Command+K+B Toggle Side Bar
Shift+Ctrl+P Show Scope in status bar
Command+Ctrl+Up Arrow/Down Arrow Clip text Upwards/Downwards

Scrolling Shortcuts

MacOS Description Edit Cancel Save & submit
Ctrl+V Scroll down one page
Ctrl+L Center current line vertically in page
Command+Down Arrow Scroll to end of file
Command+Up Arrow Scroll to start of file
~~~ The end. Thank you for watching. Add page to bookmarks CTRL + D ~~~
Date of change: 14.03.2019
Page views: 1248
*Some of the keys listed may not work in older versions of the program