Go to file
Rasmus Bang Grouleff 06cdd8e39e Merge pull request #1 from mporras/move-bind
Move custom bind
2016-02-10 11:52:09 +01:00
plugin Move custom bind 2015-12-12 19:58:14 -05:00
README.md Move custom bind 2015-12-12 19:58:14 -05: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).

For a custom bind, add this line to your Vim config file:

nnoremap <silent> <Leader>bd :Bclose<CR>