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.
当我在“Cmder”控制台模拟器中使用 vim 时,我无法移动到 VIM TagList 窗口。
我可以使用 :TlistToggle、 :TlistAddFiles 等命令.. 但不能使用(最常见的)方式移动到 taglist 窗口,例如 'Ctrl + w'
NERDTree 也是如此。我可以使用 ':NERDTree' 启动它,但是如何从 'Cmder' 访问 NERDTree 浏览器?
如果有人可以帮助我,我将不胜感激。
进入 TagList 窗口的一个技巧是:TlistOpen在 vim中输入
:TlistOpen
但是,这仍然不能解决我正在寻找的一切。