| Shortcut | Description |
|---|---|
| ctrl+] | Indent right |
| ctrl+[ | Indent left |
| ctrl+shift+g | Create html wrap div, h1, etc |
| Ctrl+L | select line (repeat select next lines) |
| Ctrl+D | select word (repeat select others occurrences in context for multiple editing) |
| Ctrl+Alt+Up / Ctrl+Alt+Down | select column for multiple editing |
| Ctrl+Shift+M | select content into brackets |
| Ctrl+Shift+Enter | insert line before |
| Ctrl+Enter | inter line after |
| Ctrl+Shift+K | delete line |
| Ctrl+KK | delete from cursor to end of line |
| Ctrl+KBackspace | delete from cursor to start of line |
| Ctrl+Shift+D | duplicate line(s) |
| Ctrl+J | join lines |
| Ctrl+KU | upper case |
| Ctrl+KL | lower case |
| Ctrl+/ | comment line |
| Ctrl+Shift+/ | block comment |
| Ctrl+Y | redo or repeat |
| Ctrl+C | copy |
| Ctrl+V | paste |
| Ctrl+Shift+V | paste and ident |
| Ctrl+Space | autocomplete (repeat to select next suggestion) |
| Ctrl+M | jump to matching brackets |
| Ctrl+U | soft undo (movement undo) |
| Ctrl+Shift+U | soft redo (movement redo) |
| Shortcut | Description |
|---|---|
| ctrl+alt+d | Diff file |
| Shortcut | Description |
|---|---|
| F12 | go to definition |
| Alt+- | jump back |
| Alt+Shift+- | jump forward |
| Shortcut | Description |
|---|---|
| Ctrl+0 | focus on sidebar |
| Esc | focus back to edit area when focus on sidebar |