3

我检查了 的文档NERDTree,但没有找到创建新文件/目录或重命名/移动它的方法(一旦我浏览目录树)。

netrw插件中它会很容易,但是这个不再使用了,NERDTree只是替换了它。而且我不想回头。

有人准备好给我指出正确的方向了吗?

4

1 回答 1

8

它有点隐藏在菜单后面(请参阅 参考资料:help NERDTreeMenu),但作为一个优点,它是可扩展的。m默认情况下,它使用密钥启动(对于当前文件节点) 。

The script comes with two default menu plugins: exec_menuitem.vim and
fs_menu.vim. fs_menu.vim adds some basic filesystem operations to the menu for
creating/deleting/moving/copying files and dirs. exec_menuitem.vim provides a
menu item to execute executable files.
于 2013-11-04T10:34:04.077 回答