Tab buffers in vim

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?

+5
source share
1 answer

Vim : . "", .

Vim , AFAIK , NERDTreee Github, .

. (:help hidden), 3 ( , ). LustyExplorer.

, GVim "GUI" MacVim.

, (, , ), , Vim "".

, "Rolodex Vim" , .

+3

All Articles