Editor Shortcuts
Selection:
These commands control how the currently highlighted text behaves.| Command | Description |
| Shift + Left | Select left |
| Shift + Right | Select right |
| Shift + Up | Select up |
| Shift + Down | Select down |
| Control + Shift + Left | Select word left |
| Control + Shift + Right | Select word right |
| Shift + Home | Select line start |
| Shift + End | Select line end |
| Shift + Page Up | Select page up |
| Shift + Page Down | Select page down |
| Select page left | |
| Select page right | |
| Control + Shift + Page Up | Select page top |
| Control + Shift + Page Down | Select page bottom |
| Control + Shift + Home | Select editor top |
| Control + Shift + End | Select gotoxy |
| Control + A | Select All |
| Control + Insert | Select All |
| Control + C | Copy selection to clipboard |
| Control + V | Paste selection to clipboard |
| Control + X | Cut selection to clipboard |