Scroll forward one screen CTRL + F
|
Scroll backward one screen CTRL + B
|
Scroll forward half screen CTRL + D
|
Scroll backward half screen CTRL + U
|
Move current line to top of screen and scroll z + ENTER
|
Move current line to center of screen and scroll z + .
|
Move current line to bottom of screen and scroll z + -
|
Redraw the screen CTRL + L
|
Move to the top line on screen H
|
Move to middle line on screen M
|
Move to last line on screen L
|
Move to n lines below top line nH
|
Move to n lines above last line nL
|
Move to first character of next line ENTER
|
Move to first character of next line +
|
Move to first character of previous line -
|
Move to first nonblank character of current line ^
|
Move to column n of current line n |
|
Move to end of word e
|
Move to end of word (ignore punctuation) E
|
Move to beginning of current sentence (
|
Move to beginning of current sentence )
|
Move to beginning of current paragraph {
|
Move to beginning of next paragraph }
|
Move to beginning of current section [[
|
Move to beginning of next section ]]
|
Search for a pattern forward /pattern
|
Search for a pattern backward ?pattern
|
Repeat search in same direction n
|
Repeat search in opposite direction N
|
Repeat search forward /ENTER
|
Repeat search backward ?ENTER
|
Find next occurrence of x in the line fx
|
Find previous occurrence of x in the line Fx
|
Find character before next occurrence of x in the line tx
|
Find character after previous occurence of x in the line Tx
|
Repeat previous find command in same direction ;
|
Repeat previous find command in opposite direction ,
|
Go to line number n of the file nG
|
Go to last line of the file G
|