From: Gavin Sinclair Date: 2004-08-17T12:22:53+09:00 Subject: Re: About ruvi On Tuesday, August 17, 2004, 7:21:10 AM, Jamis wrote: > In the interest of emphasizing Hal's point that everyone enjoys > different subsets of VIM functionality, let me state that I, on the > other hand, use ^V *all the time*. It's one of my favorite VIM commands. > Similarly (if I may be permitted to append to Hal's list): > q > @@ >>> > << > D > * > "*y and "*p > c-V, s-V, and V _MY_ favourite is this: :g/abc/normal 3WdWA def (For exvery line that contains 'abc', delete the fourth word and append ' def' to the line.) Another cool one is ^A/^X (increment/decrement the next number on the line -- great in macros!) Gavin