Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrisbin/vim-mkdir
Automatically create any non-existent directories before writing the buffer.
https://github.com/pbrisbin/vim-mkdir
vim
Last synced: 5 days ago
JSON representation
Automatically create any non-existent directories before writing the buffer.
- Host: GitHub
- URL: https://github.com/pbrisbin/vim-mkdir
- Owner: pbrisbin
- Created: 2013-05-29T17:02:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T18:01:25.000Z (over 5 years ago)
- Last Synced: 2024-10-04T10:55:35.066Z (about 1 month ago)
- Topics: vim
- Language: Vim script
- Size: 2.93 KB
- Stars: 139
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mkdir
> Maggie! Don't even ask. Just bring it. Come on.
*-- Hot Rod*
## Installation
Install using your preferred vim plugin management plugin.
## Usage
```
:e this/does/not/exist/file.txt
:w
```Smile when you are not presented with an error. Instead, notice that
vim has automatically created the non-existent directory for you.