On Fri, 21 Apr 2006 11:22:55 +0200 "Nikolai Weibull" <[EMAIL PROTECTED]> wrote:
> On 4/21/06, sean <[EMAIL PROTECTED]> wrote: > > On Fri, 21 Apr 2006 10:05:18 +0200 > > "Nikolai Weibull" <[EMAIL PROTECTED]> wrote: > > > > > How do you define the region to be from the current line to the last > > > line? You can't press G. All you can give is a number prefix. Or > > > perhaps there's some command I've missed? > > > G works here, VG:delete<enter> deletes everything from the current > > line down to and including the last line of the file. Is VG: good > > enough for what you want? > > I guess I should have put ", without starting visual mode" at the end > of the first sentence. What's wrong with visual mode? It does seem to be a way to do what you said you were trying to achieve with g:{motion}. Why are you so dead set against V{motion}: and insisting that g:{motion} is better and needed? Sean