Ctrl+f move forward one page in a file (equivalent to page down)
Ctrl+b move one page back in the file (equivalent to page UP)
* When the cursor rests on a word, the * key searches for the word within the file and jumps to the next place
# when the cursor rests on a word, # searches for the word within the file and jumps to the previous
(/) Move to the beginning of the front/back sentence
{/} jumps to the beginning of the current/next paragraph
G_ to the last position of the bank that is not a blank character
FA to the next character at a, you can also fs to the next character for S
T, the first character before the comma. Commas can become other characters
3fa finds the third occurrence of a in the current row
F/t and F and T are just the opposite direction.
GG position the cursor to the beginning of the first line of the file
G position the cursor to the beginning of the last line of the file
ng or NGG positions the cursor to the start of the nth row
Vim Usage Tips