vim-buftabline
vim-buftabline copied to clipboard
Forget Vim tabs – now you can have buffer tabs
Hi, Can you please add the move functionality. Vim already has this for tabs with :tabmove but this dose not work your plugin. This is extremely useful when one has...
Hi! Love `buftabline`, its great. #61 already mentioned something similar, but is it possible to order the buffer-tabs alphabetically by file name? So, opening a new tab would just insert...
I really like Buftabline but I want to use my Tabline for more than just buffers. So I implemented a way to disable Buftabline but still be able to use...
In this PR I added a few new configurable stuff. Here is the list: - show relative path of current file buffer (in case someone like me don't like it...
Hi, With g:buftabline_show = 1 vim crashes when I try to edit a file already opened in another vim. Steps to reproduce: Set g:buftabline_show = 1, e.g. put it in...
Hi, thanks for the plugin! Is it possible to show netrw buffer too? Currently its not showing and surprise me when I do `:bp` the buffer switch to netrw buffer,...
Hello, would like some help integrating devicons, assuming it is possible. Using the `WebDevIconsGetFileTypeSumbol()`, from https://github.com/ryanoasis/vim-devicons#developer, I can replace line *110, within buftablime.vim* from this: `let tab.label = lpad ....
Could really be useful for someone who uses fzf to switch buffers in MRU fashion.
... because I like having pizza slices between my tabs 
I'm using the latest nvim 0.4 + windows10(64bit). This is the result when opened two buffers with: :badd aaa :badd bbb  My config in vimrc: Plug 'ap/vim-buftabline' let g:buftabline_show=1...