
General Shortcuts
| Windows | Action | |
|---|---|---|
| Ctrl+C | Abort CLI Command | |
| Ctrl++/- | Font Larger/ Smaller | |
| Ctrl+, | Open Settings Panel | |
| Ctrl+U | Open Tree Panel | |
| Ctrl+Shift+E | Outline | |
| Ctrl+Shift+L | Reveal File In File Tree |
Clipboard
| Windows | Action | |
|---|---|---|
| Ctrl+C | Copy | |
| Ctrl+X | Cut | |
| Ctrl+V | Paste | |
| Ctrl+Z | Undo | |
| Ctrl+Shift+Z | Redo |
Code Manipulation
| Windows | Action | |
|---|---|---|
| Shift+Ctrl+B | Beautify Text | |
| Ctrl+Space | Complete | |
| Ctrl+Shift+D | Duplicate Selection | |
| Alt+Arrow Down/Arrow Up | Move Lines Down/ Up | |
| Shift+Tab | Outdent | |
| Ctrl+Shift+/ | Toggle Block Comment | |
| Ctrl+/ | Toggle Comment | |
| Ctrl+U | To Uppercase | |
| Ctrl+Shift+U | To Lowercase |
Cursor
| Windows | Action | |
|---|---|---|
| Ctrl+Alt+Arrow Up | Add Cursor Above | |
| Ctrl+Alt+Arrow Down | Add Cursor Below | |
| Ctrl+Alt+Shift+Arrow Up | Add Cursor Above Skip Current | |
| Ctrl+Alt+Shift+Arrow Down | Add Cursor Below Skip Current |
File Operations
| Windows | Action | |
|---|---|---|
| Ctrl+N | New File | |
| Ctrl+Shift+Q | Revert to Saved | |
| Ctrl+S | Save | |
| Ctrl+Shift+S | Save As |
Find
| Windows | Action | |
|---|---|---|
| Ctrl+F | Find | |
| Ctrl+Shift+F | Find in Files | |
| Ctrl+K | Find Next | |
| Ctrl+Shift+K | Find Previous |
Navigate
| Windows | Action | |
|---|---|---|
| Ctrl+Home/End | Goto Start/End | |
| Ctrl+E | Goto File/Navigate | |
| Ctrl+G | Goto Line | |
| Alt+Arrow Left/Arrow Right | Goto Line Start/ Send | |
| Ctrl+Arrow Left/Arrow Right | Goto Word Left/ Right |
Remove Text
| Windows | Action | |
|---|---|---|
| Ctrl+D | Remove/ Delete Line | |
| Alt+Delete | Remove to Line End | |
| Alt+Backspace | Remove to Line Start | |
| Ctrl+Backspace | Remove Word Left | |
| Ctrl+Delete | Remove Word Right |
Selections
| Windows | Action | |
|---|---|---|
| Ctrl+A | Select All | |
| Shift+Arrow Down/Arrow Up | Select Down/ Up | |
| Shift+Arrow Left/Arrow Right | Select Left/ Right | |
| Ctrl+Shift+End/Home | Select To End/ Start | |
| Alt+Shift+Arrow Right/Arrow Left | Select To Line End/ Start | |
| Ctrl+Alt+Arrow Right/Arrow Left | Select More After/ Before | |
| Ctrl+Alt+Shift+Arrow Right/Arrow Left | Select Next After/ Before | |
| Ctrl+Shift+Arrow Left/Arrow Right | Select Word Left/ Right |
Tabs
| Windows | Action | |
|---|---|---|
| Alt+W | Close Tab | |
| Alt+Shift+W | Close All Tabs | |
| Ctrl+Alt+W | Close All Tabs But This | |
| Ctrl+Tab | Next Tab | |
| Ctrl+Shift+Tab | Previous Tab | |
| F6 | Toggle Console |