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.
m then either [a, d, or m]
Does anybody know how to do this on NERDTree (or just in vim's native "way")?
You use m + a and put a trailing / on the name of the child node you want to create.
m + a
/
E.g., m + a + foo creates the file foo. m + a + foo/ creates the directory foo.
m + a + foo
foo
m + a + foo/
2.1m questions
2.1m answers
60 comments
57.0k users