Contents|Index|Previous|Next
Selecting a new node

The following documentation details the numerous info commands which select a new node to view in the current window.

The most basic node commands are ‘n’, ‘p’, ‘u’, and ‘l’.

When you are viewing a node, the top line of the node contains some info pointers which describe where the next, previous, and up nodes are. info uses this line to move about the node structure of the file when you type the following commands.

You can easily select a node that you have already viewed in this window by using the ‘l’ command (this name stands for last), to actually move through the list of already visited nodes for this window. ‘l’ with a negative numeric argument moves forward through the history of nodes for this window, so you can quickly step between two adjacent (in viewing history) nodes. Two additional commands make it easy to select the most commonly selected nodes; they are ‘t’ and ‘d’. The following are some other commands which immediately result in the selection of a different node in the current window. global-next-node and global-prev-node behave the same as simply scrolling through the file with Spacebar and Del; see scroll-behavior in Manipulating variables for more information.

Top|Contents|Index|Previous|Next