Vim Pushups Deck

Anki notes for learning Vim Shortcuts. Download

Format follows those setup on the Note Formats List and takes the form:

context - keystrokes - action

Context can be n for "normal", v for "visual", or c for "command".

Keystrokes are what they say on the can. If they're sandwitched together then you push them one after the other, but if they use a + then these are chorded keystrokes.

In the presence of chorded keystrokes, if you need more than one to make a move then these will be separated with a space.

e.g. n - <ctrl>+w <ctrl>+f - Open file under cursor in new window

See Also