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”)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You use
m + aand put a trailing/on the name of the child node you want to create.E.g.,
m + a + foocreates the filefoo.m + a + foo/creates the directoryfoo.