.
: Repeat last command
e
: Move to end of wordw
: Move to beginning of word (prepend number to specify how many word)W
: Move forward a WORD, any non-whitespace characters (prepend number to specify how many word)b
: Move backward to the beginning of a word. (prepend number to specify how many word)