Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/samjwill/vim-bufdir
- Owner: samjwill
- License: mit
- Created: 2022-05-07T14:54:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T03:47:49.000Z (over 1 year ago)
- Last Synced: 2024-06-10T01:38:19.545Z (5 months ago)
- Topics: neovim, plugin, vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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