vi/vim NOTES (Don't like vim? See my 352 Emacs notes!) New: b/B Move cursor backward by "words" (by "big words") hjkl Left, down, up, right Done: 0 Go to start of line $ Go to end of line a/A Append after current position (or end of line) i/I Insert before current position (or beginning of line) o/O Open a line for input after (or before the current line) r Replace current character R Enter overwrite mode x/X Delete current character (or character before current character) nG Go to line n 1G goes to first line 23G goes to 23rd line G goes to last line w/W Move cursor forward by "words" (by "big words") Todo: / and ? n/N w/W b/B t/T dX cX % c%