from small one page howto to huge articles all in one place
Last additions: May, 25th 2007: April, 26th 2007: Apr, 10th. 2007: |
. You are here: Tutorials per portage category->app-editors->VI
6. Editing Multiple Files
Editing multiple files in vi is possible in two different ways:
- invoke vi with multiple files on the command line
- use command :e from within vi
Once the files are loaded, movement from one file to another can be
accomplished using following commands:
:n - next file
:e# - previous file
Ctrl-^ - last edited file, keep cursor on last edited line
/* The article above and any accompanying files are freely
* distributable, but please leave this notice and the text intact.
* Home for this document: http://www.infobound.com/vi.html
* Copyright (C) 1994, 1999 Tony Thomas
* Contact author through email:tony@infobound.com
* Last revision Feb 23, 1999
* UNIX is a trademark of X/Open
*/
rate this article: current rating: no votes yet Your rating:
back
|