sp
[lit
] [file
] |
Create a new window;
load it with file
if supplied. Otherwise, the new window shows the current file.
|
new
|
Create a new empty buffer,
and then create a new window to show that buffer.
|
sne
[w
] |
sn
[ext
] [file...
] |
Create a new window,
showing the next file in the argument list.
The current file is not affected.
|
sN
[ext
] |
Create a new window, showing the
previous
file in the argument list.
The current file is not affected.
|
sre
[wind
][!
] |
Create a new window,
showing the first file in the argument
list. Reset the "current" file to be the first one with
respect to the :next
command.
The current file is not affected.
|
sl
[ast
] |
Create a new window,
showing the last file in the argument list.
The current file is not affected.
|
sta
[g
][!
] tag
|
Create a new window showing the file
where the requested
tag
is found.
|
sa
[ll
] |
Create a new window for any
files named in the
argument list that don't already have a window.
|
wi
[ndow
] [target
] |
With no target
,
list all windows.
The possible values for target
are described
in Table 10.2
.
|
close
|
Close the current window.
The buffer that the window was
displaying remains intact. If it was modified, the other
elvis
commands that quit will prevent you
from quitting until you explicitly save or discard the buffer.
|
wquit
|
Write the buffer back to the file
and close the window.
The file is saved whether or not it has been modified.
|
qall
|
Issues a :q
command
for each window. Buffers without windows are not affected.
|