Answers:
m
在要选择的节点上按,然后选择(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
https://github.com/scrooloose/nerdtree/blob/master/doc/NERDTree.txt,最新版本具有:
2.3。NERD树菜单 NERDTreeMenu NERD树具有可通过API编程的菜单(请参见| NERDTreeMenuAPI |)。这个想法是模拟大多数文件浏览器具有的“右键单击”菜单。该脚本带有两个默认菜单插件:exec_menuitem.vim和fs_menu.vim。fs_menu.vim在菜单中添加了一些基本的文件系统操作,用于创建/删除/移动/复制文件和目录。exec_menuitem.vim提供了一个菜单项来执行可执行文件。