vim-plugin-minibufexpl
vim-plugin-minibufexpl copied to clipboard
focus issue when deleting buffer
When I'm in the MBE window and I select a buffer and hit "d", if that buffer is currently open in a window, then that buffer will be a deleted from that window and a new buffer loaded into it.
The problem is focus is then given to that window. How do I prevent that? My use case is activating the MBE window, then "cleaning up" my buffers by pressing "d" a bunch of times. That workflow is hindered if every time hitting "d" moves focus off the MBE window.
Thanks!
Just a thought, you can use :bd to close the current buffer, and use that repeatedly to keep closing the current buffer. Perhaps you could remap that in your vimc