1. General Shortcuts
| 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 |
2. Clipboard
| Ctrl+C | Copy |
| Ctrl+X | Cut |
| Ctrl+V | Paste |
| Ctrl+Z | Undo |
| Ctrl+Shift+Z | Redo |
3. Code Manipulation
| 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 |
4. Cursor
| 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 |
5. File Operations
| Ctrl+N | New File |
| Ctrl+Shift+Q | Revert to Saved |
| Ctrl+S | Save |
| Ctrl+Shift+S | Save As |
6. Find
| Ctrl+F | Find |
| Ctrl+Shift+F | Find in Files |
| Ctrl+K | Find Next |
| Ctrl+Shift+K | Find Previous |
7. Navigate
| 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 |
8. Remove Text
| 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 |
9. Selections
| 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 |
10. Tabs
| 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 |