Provides a minimal, convenient set of functions to run commands as if your working directory was in the directory of the buffer holding focus.
vim-bufdir_demo.mp4
See doc/vim-bufdir.txt
for usage details, or after installation, run :help vim-bufdir
.
Using vim-plug:
Plug 'samjwill/vim-bufdir'
- Copy the contents of the
plugin
directory to~/.vim/plugin
and ensure that they load on startup. - Copy the contents of the
doc
directory to~/.vim/doc/
- Open Vim and run
:helptags
on the~/.vim/doc
directory