Go to file
Rasmus Bang Grouleff dd55ebc409
Merge pull request #6 from rbgrouleff/contrib_doc
Adds section to readme about contributing
2018-04-19 16:22:05 +02:00
plugin Fix error if g:no_plugin_maps is not defined 2018-04-12 12:52:02 +02:00
README.md Adds section to readme about contributing 2018-04-19 16:21:18 +02:00

I have not written this plugin myself.

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).

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).

Bindings

BClose binds <Leader>bd to :Bclose unless g:no_plugin_maps exists and is true.

Contributing

Contributions are more than welcome.

Just fork the repo and send a pull request ✌️