Vim


i insert mode
cw change word
/ begin search
? begin search
: precedes all ex commands

A buffer is the temporary version of the file being edited, currently stored in memory (possibly also a scratch file). You are working on a copy of the file until you write (save) the buffer.