Path: utzoo!attcan!uunet!cs.utexas.edu!romp!auschs!awdprime!lion.austin.ibm.com!reddy From: reddy@lion.austin.ibm.com (/150000;Austin) Newsgroups: comp.editors Subject: Re: edit multiple files in vi? Message-ID: <3644@awdprime.UUCP> Date: 24 Sep 90 15:55:55 GMT References: <1990Sep24.053330.3024@monu6.cc.monash.edu.au> Sender: news@awdprime.UUCP Organization: IBM AWD, Austin Lines: 14 Rick Harris writes ... >> map D "zD >> map d "zd >> map p "zp >> map P "zP >> map y "zy >> map Y "zY > Hmmmm, when I try this it says "no tail recursion". To avoid this type a blank after the last letter. I have mapped q to :wq this way.