Vim searching through all existing buffers
- by anon
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?