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

Delete buffers and close files in Vim without closing your windows or messing up your layout. Like Bclose.vim, but rewritten and well maintained.

Results 11 vim-bbye issues
Sort by recently updated
recently updated
newest added

Hi there. Loving the plugin. Makes everything infinitely easier and better behaved. The only issue I have right now is that it doesn't support vim's "confirm" option which will prompt...

when I try to delete multi buffers with `:Bdelete 4 6` it doesn't work leaving the words like this "no math for 4 6" 4 and 6 are buffers' name

I love this plugin, but I often find myself resurrecting deleted buffers by hitting (which I have mapped to ). Is there a way to fix this? Is https://github.com/moll/vim-bbye/pull/8 relevant?...

This pull request add support for: ``` :%Bdelete :2Bdelete :2,5Bdelete :Bdelete 2 5 ```

Initial tests seems promising. The call signature is the same for the original function, as to not to add any breaking changes. The new function simply takes the same parameters...

How to specify the buffer that's to be shown when the current one is closed. Like for instance, how to show an empty buffer -instead of the next buffer- when...

I've been using this plugin for a while now - useful when using split windows in vim. Thank you! I've been working on a project where I've found it useful...

Hi, I've included bbye.vim as part of barbar.nvim in https://github.com/romgrk/barbar.nvim/pull/21/files, as allowed by the GNU Affero license. In observance of the license, I would also like to share that the...

Hi, Thanks for providing this helpful plugin. I just got to find that the layout can still be changed when I open and then close the local list window. I...

when i am deleting the last buffer of the window, this error pops up: ![image](https://cloud.githubusercontent.com/assets/3070033/4644823/99a45e46-5460-11e4-88d6-965f99f85d8e.png)