jeetsukumaran / vim-buffergator

Vim plugin to list, select and switch between buffers.
498 stars 49 forks source link

Reuse one buffergator window across tabs #25

Open kba opened 11 years ago

kba commented 11 years ago

It would be great if buffergator could re-use one window for the tab list, like nerdtree-tabs does for nerdtree.

In general I prefer vertical tab lists and tend to keep lots of tabs open (e.g. every tab page a vertical split of source file and unit test), so buffergator could be the perfect replacement for vim's builtin tab bar if only it was visible in all tabs.

Thanks for this plugin and considering my suggestion.