bclose.vim/README.md

22 lines
859 B
Markdown
Raw Normal View History

2021-08-19 08:57:34 -05:00
This is a fork to change the plugin to use bwipeout instead of bdelete for deleting the buffer.
The original README is below:
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-10-09 14:33:59 -05:00
BClose binds `<Leader>bd` to `:Bclose` unless `g:bclose_no_plugin_maps` or `g:no_plugin_maps` is set to `true`.
## Contributing
Contributions are more than welcome.
Just fork the repo and send a pull request ✌️