
General Editing Shortcuts
| macOS | Action | |
|---|---|---|
| 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 | Action | |
|---|---|---|
| Command+Option+Up Arrow | Column Selection Up | |
| Command+Option+Down Arrow | Column Selection Down |
Navigation Shortcuts
| macOS | Action | |
|---|---|---|
| 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 | Action | |
|---|---|---|
| Command+F | Find | |
| Command+Option+F | Replace | |
| Command+Shift+F | Find in Files |
Navigation through Tabs
| macOS | Action | |
|---|---|---|
| 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 | Action | |
|---|---|---|
| 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 | Action | |
|---|---|---|
| F2 | Next Bookmark | |
| Shift+F2 | Previous Bookmark | |
| Command+F2 | Switch Bookmark | |
| Command+Shift+F2 | Clear Bookmarks |
Other Shortcuts
| macOS | Action | |
|---|---|---|
| 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 | Action | |
|---|---|---|
| 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 |