Xref: utzoo comp.editors:593 alt.flame:5344 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!haven!mimsy!chris From: chris@mimsy.UUCP (Chris Torek) Newsgroups: comp.editors,alt.flame Subject: Re: Vi bashing Message-ID: <16544@mimsy.UUCP> Date: 26 Mar 89 10:18:20 GMT References: <22244@shemp.CS.UCLA.EDU> <1237@naucse.UUCP> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 15 >But I'm in an "alternate" file (#) and I want to Yank to a named buffer so >I can go back and put the text in place. ... I think I tried >Y'a"a, "aY'a, etc. and none of my attempts to extend "d" to "Y" seemed >to work. Am I wrong or does anyone have further comments? Y (uppercase) is shorthand for `yy', yank-the-current-line. You need to use "ay'a to yank from here to the line marked by mark-a into buffer-a. If you want a character-oriented yank (from here to mark-a) use "ay`a. -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163) Domain: chris@mimsy.umd.edu Path: uunet!mimsy!chris