How do I create a directory from MacVim?
I can use :e
to create file, but I am struggling to find out how to create a directory.
I have tried mkdir
from :
, but it does not work.
You can execute any shell command with ! like this:
:!mkdir YOURDIR
Read more with
: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