/usr/share/doc/info/html
NameSizeModeActions
Basic-Windows.html80670644editdlrm
Colors-and-Styles.html82000644editdlrm
command_002dline-menu-items.html27530644editdlrm
Cursor-Commands.html104800644editdlrm
cursor_002dmovement_002dscrolls.html27530644editdlrm
Custom-Key-Bindings.html52510644editdlrm
goto_002dinvocation.html27050644editdlrm
goto_002dnode.html26690644editdlrm
Index-Commands.html64390644editdlrm
Index.html1031770644editdlrm
index.html62340644editdlrm
infokey-format.html99810644editdlrm
INFOPATH.html26550644editdlrm
infopath_002dno_002ddefaults.html27350644editdlrm
Invoking-Info.html291530644editdlrm
min_002dsearch_002dlength.html27170644editdlrm
Miscellaneous-Commands.html121190644editdlrm
Node-Commands.html158760644editdlrm
Parts-of-an-Xref.html58750644editdlrm
Printing-Nodes.html49050644editdlrm
repeated_002dsearch.html27150644editdlrm
Scrolling-Commands.html121680644editdlrm
scroll_002dbehavior.html26970644editdlrm
Searching-Commands.html119550644editdlrm
Selecting-Xrefs.html80770644editdlrm
Stand_002dalone-Info.html51670644editdlrm
The-Echo-Area.html153100644editdlrm
The-Mode-Line.html47810644editdlrm
Variables.html203700644editdlrm
variable_002dassignment.html27290644editdlrm
Window-Commands.html43050644editdlrm
Xref-Commands.html39940644editdlrm
_002d_002dall.html26590644editdlrm
_002d_002dapropos.html26830644editdlrm
_002d_002dinit_002dfile.html27030644editdlrm
_002d_002draw_002descapes.html27150644editdlrm
_002d_002dshow_002doptions.html27210644editdlrm
_002d_002dvi_002dkeys.html26910644editdlrm
Edit: /usr/share/doc/info/html/Cursor-Commands.html (10480B)
Cursor Commands (Stand-alone GNU Info 6.8)

3 Moving the Cursor

GNU Info has several commands which allow you to move the cursor about the screen. The notation used in this manual to describe keystrokes is the same as the notation used within the Emacs manual (see User Input in The GNU Emacs Manual). C-x means press the CTRL key and the key x. M-x means press the META key and the key x. On many terminals the META key is known as the ALT key. SPC is the space bar. The other keys are usually called by the names printed on them.

The following table lists the basic cursor movement commands in Info. Each entry consists of the key sequence you should type to execute the cursor movement, the M-x command name (displayed in parentheses), and a short description of what the command does.2 All of the cursor motion commands can take a numeric argument (see universal-argument to find out how to supply them). 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.

C-n (next-line)
DOWN (an arrow key)

Move the cursor down to the next line.

C-p (prev-line)
UP (an arrow key)

Move the cursor up to the previous line.

C-a (beginning-of-line)
Home (on DOS/Windows only)

Move the cursor to the start of the current line.

C-e (end-of-line)
End (on DOS/Windows only)

Move the cursor to the end of the current line.

C-f (forward-char)
RIGHT (an arrow key)

Move the cursor forward a character.

C-b (backward-char)
LEFT (an arrow key)

Move the cursor backward a character.

M-f (forward-word)
C-RIGHT (on DOS/Windows only)

Move the cursor forward a word.

M-b (backward-word)
C-LEFT (on DOS/Windows only)

Move the cursor backward a word.

M-< (beginning-of-node)
C-Home (on DOS/Windows only)
b

Move the cursor to the start of the current node.

M-> (end-of-node)
C-End (on DOS/Windows only)
e

Move the cursor to the end of the current node.

M-r (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.


Footnotes

(2)

M-x is also a command; it invokes execute-extended-command, letting you run a command by name. See Executing an extended command in The GNU Emacs Manual, for more detailed information.


Next: Moving Text Within a Window, Previous: Invoking Info, Up: Stand-alone GNU Info   [Contents][Index]