https://github.com/artnez/vim-writepath
Open a buffer for writing without having to create the parent directories leading up to the filename.
https://github.com/artnez/vim-writepath
files vim
Last synced: 9 months ago
JSON representation
Open a buffer for writing without having to create the parent directories leading up to the filename.
- Host: GitHub
- URL: https://github.com/artnez/vim-writepath
- Owner: artnez
- Created: 2014-01-22T07:58:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-31T23:44:01.000Z (over 12 years ago)
- Last Synced: 2025-05-26T10:17:56.529Z (about 1 year ago)
- Topics: files, vim
- Language: VimL
- Size: 146 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vim-writepath
=============
Open a buffer for writing without having to create the parent directories
leading up to the filename.
Usage
-----
```
:edit some/path/that/does/not/exist.py
:write
```