Editable file explorer for Vim
Viler is a file explorer plugin for Vim, with an ability of editing directory structures by hand.
v0.1.3 (Beta version)
Currently basic file operations (adding, copying, moving, deleting) should work well.
Because you can edit a filer as a normal text, there is no need to configure and remember how to add/copy/move/delete files.
Just edit lines as you like. When you save it Viler detects changes and applies them to the actual file system.
See the help document for the details.
Clone this repository and add this to your runtimepath
.
If you use vim-plug
:
Plug 'ryym/vim-viler'
There are some limitations for editing.
We think some of them could be eliminated in future.