Command |
Function |
^W c |
Hide the buffer and close the window.
This is identical to the
:close command. |
^W d |
Toggle the display mode between
"normal" and the
buffer's usual display mode.
This is a per-window option.
Display modes are discussed
in Section 10.10.1. |
^W j |
Move down to
the next window. |
^W k |
Move up to the
previous window. |
^W n |
Create a new window,
and create a new buffer to be displayed in
the window. It is similar to the
:snew command. |
^W q |
Save the buffer and close the window,
identical to ZZ. |
^W s |
Split the current window,
equivalent to :split. |
^W S |
Toggle the
wrap option.
This option controls whether long lines wrap, or whether the whole
screen scrolls to the right.
This is a per-window option.
This option is discussed
in Section 10.8.5 later in this chapter. |
^W ] |
Create a new window,
then look up the tag underneath the cursor.
It is similar to the :stag command. |
[count] ^W ^W |
Move to next window,
or to the countth window. |
^W + |
Increase the size of the current window
(termcap interface only). |
^W - |
Reduce the size of the current window
(termcap interface only). |
^W \ |
Make the current window as large as possible
(termcap interface only). |