The keystrokes that move the cursor and scroll the file are as follows:
| Cursor Movement | Key | Alternative |
| Move left, right, up or down | <←> | <Ctrl+S> |
| <→> | <Ctrl+D> | |
| <↑> | <Ctrl+E> | |
| <↓> | <Ctrl+X> | |
| Move one word left or right |
<Ctrl+←> <Ctrl+→> |
<Ctrl+A> <Ctrl+F> |
| Move to the start or end of the line |
<Home> <End> |
<Ctrl+Q> <Ctrl+\> |
| Move to the start or end of the screen |
<Home> twice <End> twice |
<Ctrl+Q> twice <Ctrl+\> twice |
| Move to the start or end of the document |
<Home> 3 times <End> 3 times |
<Ctrl+Q> 3 times <Ctrl+\> 3 times |
| Scroll up or down |
<Ctrl+↓> <Ctrl+↑> |
<Ctrl+Z> <Ctrl+W> |