| Key Combination | Function |
|---|
| C-a | move cursor to beginning of line |
| C-b | move back one character |
| C-d | delete a character |
| C-e | move cursor to end of line |
| C-f | move forward one character |
| C-k | delete the line |
| C-n | move cursor to next line |
| C-p | move cursor to previous line |
| C-v | page down |
| C-x u | undelete |
| C-x C-c | exit |
| C-x C-f | find a file |
| C-x C-s | save file |
| C-x C-v | find alternative file |
| C-x C-w | write to a file with new filename |
| ESC b | back one word |
| ESC d | delete word |
| ESC f | move cursor by one word |
| ESC < | move to beginning of file |
| ESC > | move to end of file |
| ESC v | page up |