you might want to try the vimtutor tutorial to for an introduction to some basic elements of all the magic vim has to offer. To find out how to start it, you can type :help vimtutor<Enter> in vim's Normal mode or follow this link: vimdoc.sourceforge.net/htmldoc/usr_01.html#vimtutor – accoladeJan 16 '12 at 7:19
If you use the arrow keys, preceding them with a count also works. – HeptiteDec 20 '10 at 19:00
Al's right. It took me a few years to get serious about using h/j/k/l instead of the arrow keys, but I'm so glad I did. The real secret is to use things like 'w', 'b', ')', etc. to move around even faster. – labyrinthJan 6 '11 at 21:59
:help vimtutor<Enter> in vim's Normal mode or follow this link: vimdoc.sourceforge.net/htmldoc/usr_01.html#vimtutor – accolade Jan 16 '12 at 7:19