| a | append after the cursor |
| A | append after the end of line |
| i | insert before the cursor |
| I | insert at the beginning of the line |
| o | open a new line below the current line |
| O | open a new line above the current line |
| l | space forward |
| h | space backwards |
| j | move down one line |
| k | move up one line |
| w | write |
| q | quit |
| q! | I really want to quit. |
| wq | save changes and quit |
| CTRL-D | page down one page |
| CTRL-U | page up one page |
| u | undo last editing command |
| U | undo all changes made to the current line |
| f | find next occurrence of a word |
| F | find previous occurrence of a word |