Next: Node Commands, Previous: Cursor Commands, Up: Top
Sometimes you are looking at a screenful of text, and only part of the current paragraph you are reading is visible on the screen. The commands detailed in this section are used to shift which part of the current node is visible on the screen.
Scrolling commands are bound differently when `--vi-keys' operation is in effect (see –vi-keys). These key bindings are designated with “vi-like operation”.
scroll-forward
)The default scroll size is one screen-full, but it can be changed by
invoking the (scroll-forward-page-only-set-window
) command,
`z' under `--vi-keys', with a numeric argument.
scroll-forward-page-only
)The <NEXT> key is known as the <PageDown> key on some
keyboards.
scroll-forward-page-only-set-window
, vi-like operation)scroll-forward
and scroll-backward
commands and their
ilk.
scroll-backward
)scroll-forward
.
If you are at the start of a node, <DEL> takes you to the
“previous” node, so that you can read an entire manual from finish to
start by repeating <DEL>. The default scroll size can be changed by
invoking the (scroll-backward-page-only-set-window
) command,
`w' under `--vi-keys', with a numeric argument.
scroll-backward-page-only
)scroll-forward-page-only
. Does not scroll beyond the start of
the current node. The default scroll size can be changed by invoking
the(scroll-backward-page-only-set-window
) command, `w' under
`--vi-keys', with a numeric argument.
scroll-backward-page-only-set-window
, vi-like operation)scroll-forward
and scroll-backward
commands.
down-line
, vi-like operation)up-line
, vi-like operation)scroll-half-screen-down
, vi-like operation)scroll-half-screen-up
, vi-like operation)The scroll-forward
and scroll-backward
commands can also
move forward and backward through the node structure of the file. If
you press <SPC> while viewing the end of a node, or <DEL> while
viewing the beginning of a node, what happens is controlled by the
variable scroll-behavior
. See scroll-behavior
, for more information.
The scroll-forward-page-only
and scroll-backward-page-only
commands never scroll beyond the current node.
The <PREVIOUS> key is the <PageUp> key on many keyboards. Emacs refers to it by the name <PRIOR>. When you use <PRIOR> or <PageUp> to scroll, Info never scrolls beyond the beginning of the current node.
If your keyboard lacks the <DEL> key, look for a key called <BS>, or `BackSpace', sometimes designated with an arrow which points to the left, which should perform the same function.
redraw-display
)toggle-wrap
)C-x w
. When a line which needs more
space than one screen width to display is displayed, a `$' appears
in the rightmost column of the screen, and the remainder of the line is
invisible. When long lines are truncated, the modeline displays the
`$' character near its left edge.