Search and Replace
:s%/..\/images/images/g replaces all occurrences of "../images" with "images"
Save
:w writes ("saves") the contents of a file
Cut
dd deletes ("cuts") one line, 5dd deletes 5 lines*
Paste
p pastes the text after the cursor positions, P pastes it before
Show/Hide Line Numbers
:set numbers, :set nonumbers turns line numbers on and off
Moving
:$ goes to last line of file
:# goes to line #