Basic Jump:
HJKL: Lower left top right
HML: Current screen top, middle, bottom
Web: Next word first, next word ending, first word
GG: Top of File G: End of file Ngg/ng: Nth line
TA: Move to the next character after the first character of a line
FA: Move to the first character after the line where a
Ta: Move to the next character of the last character a before the line
Fa: Move to the last character before the line at a location
Ctrl+f: Next Page
Ctrl+b: Prev
Ctrl+d: Next Half page
Ctrl+u: Upper Half page
Ctrl+e: Next line
Ctrl+y: Previous Line
^$0: Beginning, end of line, first character
DT Locator: Always deleted to the line locator
Ctrl+i: Jumps to the previous X Word cursor location
Gg=g: Re-indent
Shift+v Line Selection Mode:
I {: Check everything between the brackets in the cursor, excluding the brackets
A {: Select everything between the brackets in the cursor, including the brackets
ib/i (: Selects everything between the parentheses, excluding parentheses
AB/A (: Check all content between the parentheses, including parentheses
V Mode:
I {, (, <, [
I w: Select a single word
I s: Select a sentence
I p: Select a paragraph
File Jump:
If Vim has multiple files open, you can
: n jumps to the latter file
:p rev jumps to the latter file
: First to jump to file one
: Last jump to final file
: E anotherfile Add an edit file: e# return to the previous file
: BN jumps to open nth file
Vim Jump Command