:e
file
|
Edit another file
; current file becomes alternate. |
:e!
|
Return to version of current file at time of last write.
|
:e +
file
|
Begin editing at end of file
. |
:e +
n
file
|
Open file
at line n
. |
:e #
|
Open to previous position in alternate file. |
:ta
tag
|
Edit file at location tag
. |
:n
|
Edit next file. |
:n!
|
Forces next file. |
:n
files
|
Specify new list of files
. |
CTRL-G
|
Show current file and line number. |
:args
|
Display multiple files to be edited. |
:rew
|
Rewind list of multiple files to top. |