Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!ames!ucbcad!ucbvax!ucbarpa.Berkeley.EDU!jordan From: jordan@ucbarpa.Berkeley.EDU (Jordan Hayes) Newsgroups: comp.unix.wizards Subject: Re: stuff chars Message-ID: <16496@ucbvax.BERKELEY.EDU> Date: Sat, 29-Nov-86 22:42:42 EST Article-I.D.: ucbvax.16496 Posted: Sat Nov 29 22:42:42 1986 Date-Received: Sun, 30-Nov-86 19:26:46 EST References: <3007@rsch.WISC.EDU> Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: jordan@ucbarpa.Berkeley.EDU (Jordan Hayes) Organization: University of California, Berkeley Lines: 17 Keywords: vi flip Lawrence W. McVoy writes: The idea being to stuff the sequence of chars that would suspend the vi job and restart the last previous suspended job. Useful for flipping between vi's. Neato idea, but to do your specific example needs only the following keystrokes: % vi file{0,1}.c and then ^^ ("control carrot" aka "cntrl-shift-6") will flip flop you between files ... As for the other more general idea, I'm sure you could make it work ... /jordan