README.md
April 22, 2020 ยท View on GitHub
ezbuf.vim
Fast and easy ways to use vim buffers
Installation
Install with Vim Plug, other plugin managers is similar.
Plug 'kyoz/ezbuf.vim'
Usage
| Keymap | Command | Action |
|---|---|---|
| <Leader>bx | :BClose | Close current buffer or provided buffer |
| <Leader>bX | :BCloseAll | Close all buffers |
| <Leader>bo | :BCloseOther | Close other buffers (or all except provided) |
| <Leader>bs | :BCloseSaved | Close all saved buffers |
License
MIT @ Kyoz