如何使用nerdtree创build一个目录

我一直在使用NERDTree。 每次我需要创build一个新的目录,我需要去terminal。 有没有一个简单快捷的方式来使用NERDTree创build一个目录。

我阅读文档,但找不到任何东西。

在NERDTree窗口中,按'm'; 你应该在底部看到一个菜单。 input“a”添加子节点。 现在input你要创build的目录,确保在最后加上'/',否则脚本会创build一个文件。

AFAIK NERDTree不能像“mkdir -p”那样创build父目录。

m将打开下面的菜单,您可以从操作列表中进行select。

 NERDTree Menu. Use j/k/enter and the shortcuts indicated ========================================================== > (a)dd a childnode (m)ove the current node (d)elete the current node (r)eveal in Finder the current node (o)pen the current node with system editor (q)uicklook the current node (c)opy the current node Add a childnode ========================================================== Enter the dir/file name to be created. Dirs end with a '/' /Library/WebServer/Documents/new-teacher-center/app/Model/ 

a会让你添加一个孩子节点。 子节点可以是文件或文件夹,具体取决于是否添加正斜杠(/)。

如果你不像下面那样添加正斜杠,它会创build一个文件。

 Add a childnode ========================================================== Enter the dir/file name to be created. Dirs end with a '/' /Library/WebServer/Documents/new-project/app/Model/file 

如果你像下面添加一个正斜杠,它会创build一个文件夹。

 Add a childnode ========================================================== Enter the dir/file name to be created. Dirs end with a '/' /Library/WebServer/Documents/new-project/app/Model/folder/