9.2. Cursor - shinokada/vimnotes GitHub Wiki
# move to older cursor position
<C-o>
# move to newer cursor position
<C-i>
z. # to put the line with the cursor at the center,
zt # to put the line with the cursor at the top
zb # to put the line with the cursor at the bottom of the screen.