https://github.com/philrunninger/nerdtree-buffer-ops
A plugin for highlighting and closing open buffers while in the NERDTree
https://github.com/philrunninger/nerdtree-buffer-ops
nerdtree nerdtree-plugin vim-plugin
Last synced: 5 months ago
JSON representation
A plugin for highlighting and closing open buffers while in the NERDTree
- Host: GitHub
- URL: https://github.com/philrunninger/nerdtree-buffer-ops
- Owner: PhilRunninger
- License: mit
- Created: 2018-07-05T16:01:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T05:55:26.000Z (about 3 years ago)
- Last Synced: 2025-01-23T20:31:51.687Z (over 1 year ago)
- Topics: nerdtree, nerdtree-plugin, vim-plugin
- Language: Vim Script
- Size: 8.79 KB
- Stars: 33
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nerdtree-buffer-ops
This is a NERDTree plugin that highlights all visible nodes that are open in Vim.
It also maps a key `w` to close (wipeout) the buffer associated with the current node.
---
**NOTE: This plugin is incompatible with** [nerdtree-git-plugin](https://github.com/Xuyuanp/nerdtree-git-plugin.git) **and** [vim-devicons](https://github.com/ryanoasis/vim-devicons.git)**.** This plugin causes flags to be completely concealed, while the aforementioned plugins rely on the flags being visible. Don't ask for this to be changed.