"Toggling file names in vi"

James Van Ornum jhv at houxu.UUCP
Thu Mar 22 01:17:10 AEST 1984


To toggle between two files during one session with vi:
	vi <first filename>
	...             (editing of first filename)
	:e <second filename>
	...             (editing of second filename)
	:e #            (will edit first filename)
	...
	:e #            (will edit second filename)
	...
    etc.
-----------------------
	James Van Ornum, AT&T Bell Laboratories, inhp4!houxu!jhv



More information about the Comp.unix mailing list