Editor Shortcuts
Delete:
All the commands having to do with deleting.| Command | Description |
| Backspace | Character to left |
| Shift + Backspace | Character to left |
| Delete | Character to right |
| Control + T | Word to right |
| Control + Backspace | Word to left |
| From cursor to start of line | |
| Control + Shift + Y | From cursor to end of line |
| Control + Y | Current line |
| Everything in editor | |
| Enter | Line break at current position, move caret |
| Shift + Enter | Line break at current position, move caret |
| Control + M | Line break at current position, move caret |
| Control + N | Line break at current position, don't move caret |
| Insert character at curent position | |
| Alt + Backspace | Perform undo if available |
| Control + Z | Perform undo if available |
| Alt + Shift + Back | Perform redo if available |
| Control + Shift + Z | Perform redo if available |
| Shift + Delete | Remove selection place on clipboard |
| Control + X | Remove selection place on clipboard |
| Shift + Insert | Move clipboard contents to current position |
| Control + V | Move clipboard contents to current position |
| Control + Shift + I | Move selection to right |
| Control + Shift + U | Move selection to left |
| Tab | Tab key |
| Shift + Tab | Tab to left |