creating a new dirctory in vim

Posted by dorelal on Stack Overflow See other posts from Stack Overflow or by dorelal
Published on 2010-03-31T15:10:33Z Indexed on 2010/03/31 15:13 UTC
Read the original article Hit count: 94

Filed under:

I have following setting which lets me easily create a new file from the currently open file

map <Leader>e :tabe <C-R>=expand("%:p:h") . "/" <CR>

Is there something similar which would let me create a directory from the current directory.

Otherwise what are the other tricks you are using to create a directory and then create a file there.

© Stack Overflow or respective owner

Related posts about vim