vim-bufkill icon indicating copy to clipboard operation
vim-bufkill copied to clipboard

Git repo for http://www.vim.org/scripts/script.php?script_id=1147

Results 7 vim-bufkill issues
Sort by recently updated
recently updated
newest added

Could be cool if there was a single `:SmartClose` command that we could map. This command might behave as follows... - If there is an active buffer open in the...

After killing the last buffer in a window, normally we will get an empty buffer. But if a nobuflisted empty buffer exists (some plugins will leave nobuflisted empty buffer), we...

I just learned that you can do `:bd 1 2 3 4 5` to close a number of buffers all at once. – it would be great if I could...

reproduction: 1) open vim with no files 2) use ":BD" 3) You'll see an error like the following: > Error detected while processing function 15_BufKill: > line 5: > BufKill...

Hi, thanks for the cool plugin! I find it useful to overwrite built in commands. Just commenting it here in case you want to add it to the README: ```...

Hi! I've been tracking your plugin on vim.org in github and I have git history for all previous versions. Would you consider pulling in my history? https://github.com/idbrii/bufkill.vim/commits/qpkorr-master If I `git...

Hi! Great plugin adding needed functionality. I'm wondering if you might explain the advantages of the commands `:BB` `:BF` over their native counterparts. It seems that the main advantage is...