在Vim中使用NERDTree重命名或复制文件和文件夹。 可能吗?

我检查了文档,我找不到使用NERDTree重命名或复制文件和文件夹的方法。 可能吗?

在你想要的节点上按m ,然后select(m)ove the current node 。 移动和重命名一样。

 NERDTree Menu. Use j/k/enter and the shortcuts indicated ========================================================== > (a)dd a childnode (m)ove the curent node (d)elete the curent node (c)copy the current node 

根据文档@ http://github.com/scrooloose/nerdtree/blob/master/doc/NERD_tree.txt ,最新版本有:

2.3。 NERD树菜单NERDTreeMenu NERD树有一个可以通过API编程的菜单(参见| NERDTreeMenuAPI |)。 这个想法是模拟大多数文件探索者所拥有的“右键点击”菜单。 该脚本附带两个默认菜单插件:exec_menuitem.vim和fs_menu.vim。 fs_menu.vim将一些基本的文件系统操作添加到用于创build/删除/移动/复制文件和目录的菜单中。 exec_menuitem.vim提供了一个菜单项来执行可执行文件。