Re: quote deleting in vim (OT)

2001-07-11 Thread Ken Weingold
On Wed, Jul 11, 2001, Dan Boger wrote: > Just a wild guess that the vi gurus here could help me out... When I > reply to a message, I try to quote only the relevant parts. But once > I'm done, especially if the message is part of a long and over quoted > thread, I have to delete 10s, or even 100

Re: quote deleting in vim (OT)

2001-07-11 Thread John Arundel
On Wed, Jul 11, 2001 at 12:17:05PM -0400, Dan Boger wrote: > any easy way of doing "Delete until ^--"? Well, d} will delete everything until the next blank line, which should work, since mutt puts in a blank line before the signature separator. Alternatively you could just, as you suggest, do d/