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 下方的拆分窗口中?
我有一个 NERDTreeToggle 的键绑定,同时显示该待办事项列表真是太好了。
如果不可能,我如何绑定一个键来打开/关闭文件(如 NERDTreeToggle)?
谢谢
像这样的东西应该工作:
:nnoremap $YOUR_KEY_SEQUENCE :NERDTree <Bar> :belowright split $YOUR_TODO_FILE<CR>