In vim, you have keys that move the cursor, not the page
H - go to the beginning of the screen
L - move at the bottom of the screen
M - move to the middle of the screen
Is there something similar in emacs?
You can do this with move-to-window-line-top-bottom (tied to Mr ). See (info "(emacs) Moving point") more details.
move-to-window-line-top-bottom
Mr
(info "(emacs) Moving point")
... and a mandatory comment: you can do the same if you use evil mode , the vim layer.
Install (with melpa ):
package-install evil RET
using:
Mx evil-mode