Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试使用NERDTree、session和tabbar组合一个 Vim 设置。
不幸的是 tabbar (基于minibufexpl)与会话插件不兼容。
是否有解决方法/替代方法?还是我必须放弃其中一个插件。
我相信,tabbar/minibufexpl 根本不支持会话,无论你是使用“会话”插件还是:mksession直接使用。要使 tabbar 与会话一起工作,首先,您必须设置一个BufReadCmd将在已打开的具有 name 的缓冲区上调用 tabbar 的-TabBar-。也许最好也重命名-TabBar-为,//TabBar//因为调用 autocmd 后,-TabBar-您将失去-TabBar-完全打开/创建具有名称的文件的能力,但//TabBar//不会丢失任何内容。但请注意, BufReadCmd 可能还不够。
:mksession
BufReadCmd
-TabBar-
//TabBar//