Vim searching through all existing buffers
Posted
by anon
on Stack Overflow
See other posts from Stack Overflow
or by anon
Published on 2010-03-15T22:23:52Z
Indexed on
2010/03/15
22:29 UTC
Read the original article
Hit count: 265
vim
When dealing with a single file, 'm sued to:
/blah
do some work
n
do some work
n
do some work
Suppose now, I want to search for some pattern over all buffers loaded in Vim, do some work on them, and move on. What commands do I use for this work flow?
© Stack Overflow or respective owner