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,等等。我想从这些窗口中的任何一个立即跳转到 NERDTree 窗口,当我选择编辑文件时,我希望该文件显示在我所在的窗口中。
NERDTree 插件的当前状态是否可以实现这些事情?在我看来, :NERDTreeToggle 应该根据帮助执行我要求的第一件事,但无论我如何打开文件,它总是显示在我的 NERDTree 旁边的窗口中。
尝试:NERDTreeFocus从任何打开的窗口跳转到 NERDTree 窗口。这是最近添加的,似乎:
:NERDTreeFocus
https://github.com/scrooloose/nerdtree/pull/132