Tuesday, October 26, 2010

Re: Copying and replacing chars of a line through a regex

On Oct 26, 4:29 pm, Fernando Basso <fernandobasso...@gmail.com> wrote:
> Again, you guys were amazing! Thanks a lot. I am now able to do
> that operation in a few different ways, above or below the line
> I want. Thanks a lot.

And another:

YpVr=

Y -- yank line
p -- paste after
V -- visual line mode
r -- replace
= -- with "="

-Bill

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: