| 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 editinghl |
| 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) |
0 Comments