bclose.vim/README.md

12 lines
600 B
Markdown
Raw Normal View History

2011-06-28 14:34:47 -05:00
I have not written this plugin myself.
2011-06-28 14:36:35 -05:00
I found it on http://vim.wikia.com/wiki/Deleting_a_buffer_without_closing_the_window and it is to my best knowledge licensed with a CC-BY-SA license (full license text here: http://creativecommons.org/licenses/by-sa/3.0/legalcode).
2011-06-28 14:34:47 -05:00
It is for deleting a buffer in Vim without closing the window.
The reason for adding it here is to be able to add it to an existing Janus bundle (look at https://github.com/carlhuda/janus for instructions on how to do that).
2015-12-12 18:53:11 -06:00
2018-04-19 08:51:11 -05:00
## Bindings
2015-12-12 18:53:11 -06:00
2018-04-19 08:51:11 -05:00
BClose binds `<Leader>bd` to `:Bclose` unless `g:no_plugin_maps` exists and is `true`.