vim: search replace over all writable buffers
Posted
by anon
on Stack Overflow
See other posts from Stack Overflow
or by anon
Published on 2010-03-15T07:46:34Z
Indexed on
2010/03/15
7:49 UTC
Read the original article
Hit count: 290
vim
|search-and-replace
so
1GvG:s/..../g
can replace over an entire buffer
However, suppose I have multiple vim buffers loaded, and I want to do a :s over all the buffers that are writable; is there a way to do this in vim?
© Stack Overflow or respective owner