/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/Selecting-Xrefs.html (8077B)
Selecting Xrefs (Stand-alone GNU Info 6.8)

8.2 Selecting Xrefs

The following table lists the Info commands which operate on menu items.

1 (menu-digit)
29
M-1, vi-like operation
M-2M-9, vi-like operation

Within an Info window, pressing a single digit, (such as ‘1’), selects that menu item, and places its node in the current window. For convenience, there is one exception; pressing ‘0’ selects the last item in the node’s menu. When ‘--vi-keys’ is in effect, digits set the numeric argument, so these commands are remapped to their ‘M-’ varieties. For example, to select the last menu item, press M-0.

0 (last-menu-item)
M-0, vi-like operation

Select the last item in the current node’s menu.

m (menu-item)

Reads the name of a menu item in the echo area and selects its node. Completion is available while reading the menu label. See completion.

M-x find-menu

Move the cursor to the start of this node’s menu.

This table lists the Info commands which operate on cross-references.

f (xref-item)
r

Reads the name of a note cross-reference in the echo area and selects its node. Completion is available while reading the cross-reference label. See completion.

Finally, the next few commands operate on menu or note references alike:

TAB (move-to-next-xref)

Move the cursor to the start of the next nearest menu item or note reference in this node. You can then use RET (select-reference-this-line) to select the menu or note reference.

M-TAB (move-to-prev-xref)
BackTab
Shift-TAB (on DOS/Windows only)

Move the cursor the start of the nearest previous menu item or note reference in this node.

The BackTab key can be produced on some terminals with Shift-TAB.

RET (select-reference-this-line)

Select the menu item or note reference appearing on this line.


Previous: Parts of an Xref, Up: Selecting Cross-references   [Contents][Index]