Command |
Function |
bg |
Hide the current window.
It can be recalled with
the fg and Fg commands. |
di[splay] b[uffers] |
Display all buffers, including
named, un-named, and numeric buffers. |
di[splay] s[creens] |
Display the filenames of all
backgrounded windows. |
Edit filename |
Edit filename in a new window.
|
Edit /tmp |
Create a new window editing an empty
buffer. /tmp is interpreted specially to create
a new temporary file. |
fg filename |
Uncover filename into the current
window. The previous file moves to the background. |
Fg filename |
Uncover filename in a new window.
The current window is split, instead of redistributing the screen
space among all open windows. |
Next |
Edit the next file in the argument list in a new window.
|
Previous |
Edit the previous file in the argument list in a new window.
(The corresponding previous command,
which moves back to the previous file, exists in
nvi; it is not in UNIX vi.) |
resize ±nrows |
Increase or decrease the size of the current window by
nrows rows.
|
Tag tagstring |
Edit the file containing tagstring in a
new window.
|