Vim

gg : go to first of file

G : go to end of file

ctrl + d

ctrl + u

Mark

mx : Set mark x at the current cursor position.

'x : Jump to the beginning of the line of mark x.

`x : Jump to the cursor position of mark x.

Screen

zz : align center