close-buffers.vim icon indicating copy to clipboard operation
close-buffers.vim copied to clipboard

:book: Quickly close (bdelete) several buffers at once 📕

Results 6 close-buffers.vim issues
Sort by recently updated
recently updated
newest added

Hello, Version: `VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Oct 13 2020 15:49:09)` .vimrc: ``` " ############################################################################# set nocompatible filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin...

> Error detected while processing function 62_bclose[26]..62_close_buffers: > line 2: > E89: term://~/Projects/github.com/kyoh86/dotfiles//33942:/bin/zsh will be killed (add ! to override) I want an option to ignore terminal-buffers.

hi I love this plug! bug?: pressing `ESC` in `menu` closes popup but still deletes buffers. but could you make it so, that pressing `ESC` in :Bdelete menu also cancels...

Add option to allow closing buffers without closing any windows they are displayed in, like [vim-bbye](https://github.com/moll/vim-bbye)

Would it be possible to implement an option to only remove (unseen) terminal buffers?

Problem: Hidden buffers are still having tabs after deleting all hidden buffers (BDelete hidden). Once triggered the refresh of bufferline(e.g. mouse clicking the bufferline tab, switching window), the deleted hidden...