I know how to create rename, delete and move files in NERDTree (just pressing m then either [a, d, or m]
). But I can't figure out how to create a folder.
Does anybody know how to do this on NERDTree (or just in vim's native "way")?
Creating a New File or Directory using NERDTreePress m to bring up the NERDTree Filesystem Menu. This menu allows you to create, rename, and delete files and directories. Type a to add a child node and then simply enter the filename. You're done!
If you're inside the NERDTree buffer you can select the folder and press C to change the NERDTree root directory.
Virtualmachine", "vim. VirtualApp" } - Identifies a virtual machine folder. A virtual machine folder may contain child virtual machine folders. It also can contain VirtualMachine managed objects, templates, and VirtualApp managed objects.
You use m + a
and put a trailing /
on the name of the child node you want to create.
E.g., m + a + foo
creates the file foo
. m + a + foo/
creates the directory foo
.
Well, you can always do:
:!mkdir <directory>
Does that help?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With