Shortcuts
macOS
| Category | Action | Shortcut |
|---|---|---|
| General | Open file | Cmd+O |
| Save | Cmd+S | |
| Save as | Cmd+Shift+S | |
| Run | Cmd+R | |
| Stop | Cmd+Shift+R | |
| Kill | Cmd+K | |
| Preferences | Cmd+, | |
| Manage NPM Packages | Cmd+I | |
| Format code | Opt+Shift+F | |
| Tabs | New tab | Cmd+T |
| Close tab | Cmd+W | |
| Next tab | Cmd+Option+Right | |
| Previous tab | Cmd+Option+Left | |
| Jump to tab | Cmd+[NUM] | |
| Display | Toggle full screen | Ctrl+Cmd+F |
| Increase font size | Cmd+= | |
| Decrease font size | Cmd+- | |
| Default font size | Cmd+0 | |
| Editing | Jump to beginning of line | Cmd+Left |
| Jump to end of line | Cmd+Right | |
| Delete line | Ctrl+Shift+K | |
| Select line | Cmd+L | |
| Split selection by line | Cmd+Shift+L | |
| Insert line before | Cmd+Shift+Enter | |
| Select next occurrence | Cmd+D | |
| Select scope | Cmd+Shift+Space | |
| Select between brackets | Cmd+Shift+M | |
| Goto bracket | Cmd+M | |
| Swap line up | Cmd+Ctrl+Up | |
| Swap line down | Cmd+Ctrl+Down | |
| Toggle comment | Cmd+/ | |
| Join line | Cmd+J | |
| Duplicate line | Cmd+Shift+D | |
| Sort lines | F5 | |
| Sort lines insensitive | Cmd+F5 | |
| Reverse sort lines insensitive | Cmd+Shift+F5 | |
| Delete line left | Cmd+Backspace | |
| Add cursor to previous line | Ctrl+Shift+Up | |
| Add cursor to next line | Ctrl+Shift+Down | |
| Search and replace | Find | Cmd+F |
| Replace | Cmd+Option+F | |
| Find next | Cmd+G | |
| Find previous | Cmd+Shift+G |
Windows / Linux
| Category | Action | Shortcut |
|---|---|---|
| General | Open file | Ctrl+O |
| Save | Ctrl+S | |
| Save as | Ctrl+Shift+S | |
| Run | Ctrl+R | |
| Stop | Ctrl+Shift+R | |
| Kill | Ctrl+K | |
| Preferences | Ctrl+, | |
| Manage NPM Packages | Ctrl+I | |
| Format code | Alt+Shift+F | |
| Tabs | New tab | Ctrl+T |
| Close tab | Ctrl+W | |
| Next tab | Ctrl+Tab | |
| Previous tab | Ctrl+Shift+Tab | |
| Jump to tab | Ctrl+[NUM] | |
| Display | Toggle full screen | F11 |
| Increase font size | Ctrl+= | |
| Decrease font size | Ctrl+- | |
| Default font size | Ctrl+0 | |
| Editing | Delete line | Ctrl+Shift+K |
| Select line | Ctrl+L | |
| Split selection by line | Ctrl+Shift+L | |
| Insert line before | Ctrl+Shift+Enter | |
| Select next occurrence | Ctrl+D | |
| Select scope | Ctrl+Shift+Space | |
| Select between brackets | Ctrl+Shift+M | |
| Goto bracket | Ctrl+M | |
| Swap line up | Ctrl+Shift+Up | |
| Swap line down | Ctrl+Shift+Down | |
| Toggle comment | Ctrl+/ | |
| Join line | Ctrl+J | |
| Duplicate line | Ctrl+Shift+D | |
| Sort lines | F9 | |
| Reverse sort lines | Shift+F9 | |
| Sort lines insensitive | Ctrl+F9 | |
| Reverse sort lines insensitive | Ctrl+Shift+F9 | |
| Delete line left | Ctrl+Backspace | |
| Add cursor to previous line | Ctrl+Alt+Up | |
| Add cursor to next line | Ctrl+Alt+Down | |
| Search and replace | Find | Ctrl+F |
| Replace | Ctrl+Alt+F | |
| Find next | F3 | |
| Find previous | Shift+F3 |