vim-dir
vim-dir copied to clipboard
Vim file manager
Something similar to what Windows explorer does. If you copy to the same directory, ask to create a copy, generate a new name, e.g. hello world.txt -> hello world -...
There is no way in vim to watch a file system for a changes... Currently all dir contents is cashed and refresh happens only in some cases (some file ops)....
If you rename files, all related buffers should be aware of it. ### Single/multiple files/directorys rename, no corresponding buffers are opened in vim Do nothing ### Single file rename and...