vim-plugin-minibufexpl
vim-plugin-minibufexpl copied to clipboard
Elegant buffer explorer - takes very little screen space
Hi, just found out in one of the issues avout this option, which makes the buffer list reflect my workflow - it's now perfect :+1: However, it's not in the...
Throughout the documentation file (minibufexpl.vim\doc\minibufexpl.txt) there is reference to the word "depreciated". Unless I'm misunderstanding something I believe all occurrences of this word should be "deprecated".
继上次[讨论](https://github.com/techlivezheng/vim-plugin-minibufexpl/issues/20) 这个PR解决了这个issue [color highlight current selected](https://github.com/fholgado/minibufexpl.vim/issues/23) [效果预览](http://screencast.com/t/ZkaRUtL1f)
How to reproduce: open many files until last buffer name in minibufexpl is not visible you can navigate, but minibufexpl did not show file name at all. I use older...
With 19 buffers open switching between successive tabs takes about 1 second. With 3 buffers open it's basically instantaneous.
When moving windows using ``\+ `H`/`J`/`K`/`L` it would be nice if the MBE window stayed pinned in it's current location instead of moving like the other "normal" windows. This is...
call of :badd did not show file in minibufexpl, :edit is showing file name correct.
Opening a read-only file (which I suspect set the buftype to nowrite) prevents buffer navigation. Also, the MBEbp and MBEbn commands do not work.
When I try to toggle MBE in vertical mode when being in e.g. NERDTree or TagBar buffer I would expect MBE to appear in a new split above (or below...