Is there a way to configure vim to store buffers based on their tabs?
I am currently working on two projects, and I have each project in its own tab with its own local directory. For file navigation I use FuzzyFinder.
The problem is that when I want to look for buffers, I get all the buffers from both projects.
Can I limit it to displaying only buffers from the current tab?
It is possible that I am using the wrong approach here. If so, then what would be better?
source
share