vim-bufferline icon indicating copy to clipboard operation
vim-bufferline copied to clipboard

super simple vim plugin to show the list of buffers in the command bar

Results 24 vim-bufferline issues
Sort by recently updated
recently updated
newest added

Hey, thanks for this minimal plugin. Could we have an option to disable the call to `echo()` on `CursorHold` event? The default behaviour on events like `BufWinEnter, WinEnter, InsertLeave, VimResized`...

How can we display buffer with its short path like: `~/.con/nv/pa/d/s/vi/README.md` (as full path of ~/.config/nvim/pack/default/start/vim-bufferline) instead of display only file name `README.md`? this is because we can have multiple...

I just want to see how many buffers are open and that's it so it's cleaner but I can see if I have a lot of files open or whatever....

I've encountered the issue that when you scroll using mouse bufferline will disappear and will not appear again untill you click on screen and wait for 4s. Any thoughts? Another...

When using bufferline the tab heads at the top aren't hidden. I see no use of them when bufferline shows the buffers in the statusline. Is the presence of top...

When the space in the statusline gets low, the truncation will happen so that the right most characters are visible, but if the `let g:bufferline_fixed_index = 0` then you don't...

Could you provide a *highlight group* for buffer names in the status line corresponding an *active* **and** *modified* buffer? Similarly, I would like a *highlight group* for buffer names that...

Hi bling, in my case (VIM 8.1) vim-bufferline suppresses the first vim message I get after opening vim. In other words, vim does not display any typical vim message -...

Current code will raise an error when there is only one buffer and at same time `g:bufferline_fixed_index` is mistakenly set to `2` (one would likely make it as the other...

I feel it's incomplete to this plugin that lacks mapping feature to quick switch between buffers. Do you think? Like vim-airline's implementation?