An open API service indexing awesome lists of open source software.

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.

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
```