Is it possible to "bind" a list of buffers to specific tabs in Vim? I am currently using MiniBufferExplorer , which shows all buffers in good tabs. It can be combined using standard vim tabs, but the plugin's buffer list contains all the buffers and using tabs becomes a little useless. Here is an example of what I would like:
Tab A contains a list of buffers:
Tab B contains a list of buffers:
I currently have the following:
Tab A contains a list of buffers
- Filea
- FILEB
- Filec
- Filed
- Filee
- Filef
Tab B contains a list of buffers:
- Filea
- FILEB
- Filec
- Filed
- Filee
- Filef
Speaking of the "buffer list", I mean that the tab containing the minibuffer plugin gives.
Any workaround to achieve this?
source share