Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 707 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 707 Bytes

Purpose

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

Usage

See doc/vim-bufdir.txt for usage details, or after installation, run :help vim-bufdir.

Installation

Using vim-plug:

Plug 'samjwill/vim-bufdir'

Manual:

  • 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