Contents|Index|Previous|Next
Window
commands
To
view more than one node at a time, info
can display more than one window. Each window has its own mode line (see
The mode line.)
and history of nodes viewed in that window (see history-node
in Selecting
a new node.).
-
C-x,
o
(next-window)
-
Selects the next window on the
screen. The echo area can only be selected if it is already in use,
and you have left it temporarily. Normally, C-x,
o
simply moves the cursor into the next window on the screen, or if you are
already within the last window, into the first window on the screen. Given
a numeric argument, C-x,
o
moves over that many windows. A negative argument causes C-x,
o
to select the previous window on the screen.
-
M-x
(prev-window)
-
Selects the previous window
on the screen. This is identical to C-x,
o
with a negative argument.
-
C-x,
2
(split-window)
-
Splits the current window into
two windows, both showing the same node. Each window is one half the size
of the original window, and the cursor remains in the original window.
The variable, automatic-tiling,
can cause all of the windows on the screen to be resized for you automatically,
please see automatic-tiling
in Manipulating
variables for more information.
-
C-x,
0
(delete-window)
-
Deletes the current window from
the screen. If you have made too many windows and your screen appears cluttered,
this is the way to get rid of some of them.
-
C-x,
1
(keep-one-window)
-
Deletes all of the windows excepting
the current one.
-
Esc
C-v
(scroll-other-window)
-
Scrolls the other window, in
the same fashion that ‘C-v’
might scroll the current window. Given a negative argument, the other
window is scrolled backward.
-
C-x,ˆ
(grow-window)
-
Grows (or shrinks) the current
window. Given a numeric argument, grows the current window that many lines;
with a negative numeric argument, the window is shrunk instead.
-
C-x,
t
(tile-windows)
-
Divides the available screen
space among all of the visible windows. Each window is given an equal portion
of the screen in which to display its contents. The variable, automatic-tiling,
can cause tile-windows
to be called when a window is created or deleted. See automatic-tiling
in Manipulating
variables for more information.
Top|Contents|Index|Previous|Next