vim-plugin-minibufexpl icon indicating copy to clipboard operation
vim-plugin-minibufexpl copied to clipboard

focus issue when deleting buffer

Open cjbottaro opened this issue 12 years ago • 1 comments

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!

cjbottaro avatar Nov 12 '13 17:11 cjbottaro

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

sricks avatar Jan 06 '16 22:01 sricks