wincent / command-t

⌨️ Fast file navigation for Neovim and Vim
BSD 2-Clause "Simplified" License
2.74k stars 317 forks source link

Allow remove_buffer to delete a buffer without closing the command-t window #374

Closed Aster89 closed 1 year ago

Aster89 commented 3 years ago

I've just discovered that Ctrl-d deletes the selected buffer. That's great!

However, it would be even greater if the list of matched files didn't close. This way, we could keep writing/rewriting to get other matches and keep deleting buffers as we like. This can come very useful when, after a day of work, one wants to clean the buffer list before saving a session.

I would do the change myself, but that'll take the time I need to learn a bit of ruby.

wincent commented 1 year ago

Given the big rewrite for v6.0.x, I'm closing all older issues as there is unlikely to be anything significant happening on the 5-x-devel branch from here on[^patches]. Feedback issue for 6.0.x is here:

[^patches]: Patches and PRs would be welcome, but my personal efforts are going to be directed towards main.