Wednesday, April 10, 2019

What is the quickest way to replace whole WORD with spaces?

Hi,

Sample data:
aaa bbb:123:ccc ddd

Desired result:
aaa ddd

What is the quickest way to replace second WORD with spaces?

Now I use several keystrokes:
fb - find letter b
vaW - visual also WORD
r<Space> - replace with space

I know I can set a mapping like pressing minus key and do the task:
noremap - vaWr<Space>

but I am doing a lot of SSH, so don't want to mess with mappings on each of server.

What is the quickest way to replace WORD with spaces in vanilla Vim settings?

Thanks

--
--
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.
For more options, visit https://groups.google.com/d/optout.

No comments: