Basic moves
- h
- j
- k
- l
- 0
- ^
- $
- :20
- :goto 40
Remember, you can use these in Normal mode only.
Move around h (left) j (down) k (up) l (right) or the 4 arrows
0 - jump to beginning of the line
^ - jump to first non white-space of the line
$ - jump to end of line
:20 - go to line number 20
:goto 40 - go to character 40