from http://www.colorado.edu/ITS/docs/unix/vi.html
Window motions
<CTRL>d — Scroll down (half a screen)<CTRL> — Scroll up (half a screen)<CTRL>f — Page forward<CTRL>b — Page backward/string — Search forward?string — Search backwardn — Repeat searchN — Repeat search reverseG — Go to last linenG — Go to line n :n — Go to line n<CTRL>l — Redraw screen<CTRL>g — File [...]

Continue reading " vi commands "