I was wondering if besides the basic navigation commands:
C-p : Jump backwards one line.
C-n : Jump forward one line.
C-v : Jump forward one full screen.
M-v : Jump backwards one full screen.
M-a : Go to the previous paragraph beginnings.
M-e : Go to the next paragraph end.
M-g g: Jump to a specific line
emacs provides any commands to easily scroll thousands or millions of lines.
More specifically, I am looking for example for a command that I could use to move forward (or backwards) 1% of the file (maybe a command that can be combined with C-u and can be used to scroll an arbitrary % of the file?)