In Vim, we can move our cursor by word range operation.
This is a summary of Vim word wise command
w
Forward to start of next word
b
Backward to start of current/previous word
e
Forward to end of current/next word
ge
Backward to endof previous word
This is a list of an example commands
w
w
w
w
w
w
b
e
ge
and the result