I normally have quite a few buffers opened, which I navigate using combination of Bufexplorer and FuzzyFinder. Finding the right buffer still involves going through file names. But often, it could be much easier to say something like 'jump to buffer that contains "wip"'. Anyone knows how?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I am using a small function I put inside my .vimrc:
You could use something like the above to grep for a search term in all opened buffers. |
|||
|
Check out buffer grep: http://www.vim.org/scripts/script.php?script_id=2545 |
|||
|