Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samjwill/vim-bufdir

Provides a minimal, convenient set of functions to run commands as if your working directory was in the directory of the buffer holding focus.
https://github.com/samjwill/vim-bufdir

neovim plugin vim vim-plugin

Last synced: 3 months ago
JSON representation

Provides a minimal, convenient set of functions to run commands as if your working directory was in the directory of the buffer holding focus.

Awesome Lists containing this project

README

        

# 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.

https://user-images.githubusercontent.com/25990267/170637951-8f40a747-f20b-421f-8752-1863d27366de.mp4

# Usage

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

# Installation

#### Using [vim-plug](https://github.com/junegunn/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