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

Forget Vim tabs – now you can have buffer tabs

Results 23 vim-buftabline issues
Sort by recently updated
recently updated
newest added

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...

enhancement
wontfix

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...

enhancement

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...

enhancement

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...

bug

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,...

enhancement

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 ....

enhancement

Could really be useful for someone who uses fzf to switch buffers in MRU fashion.

enhancement

... because I like having pizza slices between my tabs ![](https://media3.giphy.com/media/26FfhY2cuKSML7L0c/giphy-downsized-medium.gif)

I'm using the latest nvim 0.4 + windows10(64bit). This is the result when opened two buffers with: :badd aaa :badd bbb ![image](https://user-images.githubusercontent.com/4710875/52896902-e420e900-3208-11e9-8a01-36e4e9afe149.png) My config in vimrc: Plug 'ap/vim-buftabline' let g:buftabline_show=1...

bug