prev
The Masochist's Editor: vi
next
Basic Traversing:
yw -- "yank" word; copies word into buffer
yy -- "yank" line; copies line into buffer
p, P -- paste from buffer after/before cursor
cw -- change the word under the cursor
: -- enter "command" mode
Basic Commands:
:w -- write the file
:q -- quit the file
:wq -- write then quit the file