Wednesday, January 10, 2024

Re: How to replace characters in visual block selection

> In second column I would like to replace all A characters with X
> characters.
>

If your example describes the problem completely, :%s/ AAA/ XXX/ should do
the trick. Note the space to separate the columns.

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/9cd2c607676b1269a45061ef0c996caf.squirrel%40webmail.vybenetworks.com.

No comments: