1 ===================================
2 (esc) Enter command mode
11 1G Go to the first line (etc)
12 :7 Go to the 7th line (etc)
16 0 Go to beginning of line
22 I Insert at the beginnig of line
24 A Append to end of line
25 x Delete character at cursor
26 o Open new line below the cursor
27 O Open new line below the cursor
32 dt Delete to character
34 ct Change to character
43 :q! Quit without saving
48 :%s/findThatWord/ReplaceItWithThatOne/g
50 ===================================