like vim command mode.
| Key | Action | Notes |
| q | quit | |
| / | search forward | |
| ? | search back | |
| G | end of file | |
| home | start of file | |
| m{a-z} | mark position as {a-z}. | E.g. ma |
| '{a-z} | move to position {a-z}. | E.g. 'a |
| h | show key bindings | |
| v | edit file |
© Nov 28 2005