Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add :DBuffers command #1272

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oliverralbertini
Copy link

This works like :Buffers, but allows you to select multiple buffers for
deletion. This is convenient when the listed buffers gets too high, and
you'd like to get rid of some.

This works like :Buffers, but allows you to select multiple buffers for
deletion.
@dav-dev
Copy link

dav-dev commented Apr 28, 2021

isn't there already #1239 which looks very similar ?

@oliverralbertini
Copy link
Author

isn't there already #1239 which looks very similar ?

Yes, I saw that after making this one!

@arsham
Copy link

arsham commented Sep 2, 2021

I prefer this version. It's easier to have two different key bindings for switching/deleting buffers.

@maheshsundaram
Copy link

Well this may never get merged, but the great thing about open source is that I can still use it locally. Thanks @oliverralbertini 😎

connermcd added a commit to connermcd/fzf.vim that referenced this pull request Mar 29, 2023
This commit extends the :Buffers command with --multi to allow <Tab>
selection of multiple buffers that can then be deleted with CTRL-D or
opened into separate tabs/splits/vertical splits with
CTRL-T/CTRL-X/CTRL-V.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants