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

#1239 Add ability to bdelete buffers with CTRL-D from :Buffers command #1465

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

connermcd
Copy link

@connermcd connermcd commented Mar 29, 2023

This pull request 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. See #1239 and #1272.

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.
@zatchheems
Copy link

just bumping this to show interest for this feature! it's something I've been wanting for a year or so and would use on a daily basis. (yes, even nearly 5 years after #1239 was opened 😁)

if this has already been implemented and I'm out of the loop please correct me.

@DanSM-5
Copy link

DanSM-5 commented Nov 29, 2024

@zatchheems It has not been implemented yet. I've been waiting for that too.

I have a hack around fzf#vim#buffers to make this possible but it is fragile and I'd prefer to see this merged. However, if you are interested (while we wait), see the function and it's helper script.

@zatchheems
Copy link

@DanSM-5 thanks for that. it's verbose! would also love to see the feature merged here but I'll give your function a shot. it'll save me some keystrokes!

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.

3 participants