famiu / bufdelete.nvim

Delete Neovim buffers without losing window layout
GNU General Public License v3.0
515 stars 16 forks source link

[Feature] If use the Bdelete in a modified buffer, could there be a UI selector? #31

Closed Fau818 closed 1 year ago

Fau818 commented 1 year ago

Is your feature request related to a problem? Please describe.

If I try to use Bdelete in a modified buffer, some options will occur at the bottom of my terminal window. But since I use Bdelete via a keymap, it is hard for me to notice the bottom options.

image

Describe the solution you'd like

I would like a pop-up menu so that I can see the options well and select them. Just like the following image. (The dressing.nvim plugin is used as the selector in the image.)

image

Can this be achieved?

famiu commented 1 year ago

Sure. Though I'm busy now so I can't work on it. PR welcome.

Fau818 commented 1 year ago

Thank you for your reply! After some time to get used to it, I think this issue is no longer necessary. And #33 also solved my problem very well. Thank you again for providing such a great plugin!