GNU Info has several commands which allow you to move the cursor about the screen.
With a numeric argument, the motion commands
are simply executed that many times; for example, a numeric argument
of 4 given to next-line
causes the cursor to move down 4 lines.
With a negative numeric argument, the motion is reversed; an argument
of −4 given to the next-line
command would cause the
cursor to move up 4 lines.
next-line
) ¶Move the cursor down to the next line.
prev-line
) ¶Move the cursor up to the previous line.
beginning-of-line
) ¶Move the cursor to the start of the current line.
end-of-line
) ¶Move the cursor to the end of the current line.
forward-char
) ¶Move the cursor forward a character.
backward-char
) ¶Move the cursor backward a character.
forward-word
) ¶Move the cursor forward a word.
backward-word
) ¶Move the cursor backward a word.
beginning-of-node
) ¶Move the cursor to the start of the current node.
end-of-node
) ¶Move the cursor to the end of the current node.
move-to-window-line
) ¶Move the cursor to a specific line of the window. Without a numeric
argument, M-r
moves the cursor to the start of the line in the
center of the window. With a numeric argument of n, M-r
moves the cursor to the start of the nth line in the window.