Hi! This is the demo document for the CSL Unix Orientation. This paragraph has a number of errors that you should correct in order to learn the "vi" editor. For starters, there are a number of spelling errors. Then, of course, one of the lynes got split up. You might want to swap a couple of words in the first sentence too. Here are some of the common commands you might want to use: (arrow keys) - to move the curson w - move forward one word b - move backword on word x - delete current character dw - delete current word dd - delete current line i - go into insert mode (add new text) Esc - get _out_ of insert mode (very important!) p - paste the last deleted item back into the document J - join the next line to the end of the current line :wq - write the file, then quit :q! - quit without saving