Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!vaxine!wjh12!genrad!decvax!harpo!seismo!hao!hplabs!sri-unix!hester@Uci-750a.ARPA From: hester@Uci-750a.ARPA Newsgroups: net.unix Subject: Re: vi question Message-ID: <482@sri-arpa.UUCP> Date: Fri, 30-Mar-84 17:36:46 EST Article-I.D.: sri-arpa.482 Posted: Fri Mar 30 17:36:46 1984 Date-Received: Wed, 4-Apr-84 03:28:06 EST Lines: 8 From: "Jim Hester" Forking via ':!vi' file is nice, but if you can stop the process with ^Z and start another it's a lot faster (doesn't need a new shell). However, along the lines of the question, vi keeps track of the last file edited, and the location in the file. At any time (current file unmodified, of course) you can type ':e #' and go edit the previous file some more.