Starting with Vim - The Absolute Basics
-
iInsert Mode , for notepad style text editing -
escCommand Mode , for running any of the following commands -
vVisual Mode , to select text -
hjklMove cursor left, down, up, right -
dCut -
yCopy -
pPaste -
uUndo -
ctrl + rRedo -
:wSave -
:qQuit -
/ + targetFind -
nFind next -
NFind previous -
:%s/target/replacement/gcFind and replace, globally, with confirmation
To learn more, go to http://vim.wikia.com . Use the search functionality.