Vim Basics
Section 2 Vim Quickstart i = Insert Mode Section 1 - Essential Navigation Commands CTRL-f - moves forward 1 page down CTRL-b - moves backward 1 page up z-Enter - reposition screen to cursor w - move by word b - move back by a word W - ignores punctuation B - ignores punctuation 0 - to start of the line ^ - first character of line $ - end of the line ...