This is a list of keyboard shortcuts you can use in the code (markup) editor.
| Shortcut | Action |
|---|---|
| Ctrl+S | Save |
| Ctrl+F | Find |
| F3 | Find next |
| Shift+F3 | Find Previous |
| Ctrl+A | Select all |
| Ctrl+D | Delete line |
| Ctrl+Home / Ctrl+Up | Go to document start |
| Ctrl+End / Ctrl+Down | Go to document end |
| Ctrl+Left | Go to word left |
| Ctrl+Right | Go to word right |
| Alt+Left / Home | Go to line start |
| Alt+Right / End | Go to line end |
| Ctrl+Backspace | Delete word before |
| Ctrl+Delete | Delete word after |
| Ctrl+[ | Indent less |
| Ctrl+] | Indent more |
| Ctrl+Z | Undo |
| Shift+Ctrl+Z / Ctrl+Y | Redo |
| Ctrl+G | Go to line |
| Shift+Ctrl+O | Editor options |
| Ctrl+U | Downcase selection |
| Shift+Ctrl+U | Upcase at selection |
| Ctrl+M+M | Toggle fold |
| Ctrl+M+L | Fold all |
| Ctrl+M+X | Unfold all |
| Ctrl+K+X | Insert snippet |
| Ctrl+K+C | Comment |
| Ctrl+K+U | Uncomment |
| Ctrl+K+F / Shift+Tab | Indent auto |
| Ctrl+K+D | Indent all auto |