Using http://github.com/carlhuda/janus so not all of these might be in standard vim
:e - edit file
0 - jump to beginning of line
$ - jump to end of line
^ - jump to first non-whitespace character of a line
e - jump to end of a word
E - jump to whitespace-delimited word
b (B) - jump to previous (whitespace-delimited) word
w (W) - jump to next (whitespace-delimited) word