vim-buftabline
vim-buftabline copied to clipboard
Forget Vim tabs – now you can have buffer tabs
To avoid cramming everything possible into configuration options, allow the user to specify how tabs should be rendered, possibly by providing custom rendering code for tabs.
Weird things keep appearing in the tab line when goyo is activated. See the following issue on the goyo repo: https://github.com/junegunn/goyo.vim/issues/171#issue-290189123
I typically invoke a help topic with `:tab help topic` because I prefer this unmixed, full terminal view. But this causes bad things to happen with buftabline enabled. Tab labels...
- When a large number (5+) of tabs are created it is often difficult to distinguish individual tabs since each tab is the same color. This change adds the ability...
There’s no reason this couldn’t incorporate Vim tabs by just showing a | 1 | 2 | 3 |-style display at either end of the tabline. Clickable ’n’ all. They would not have names, just numbers,...
I propose changing buffer numbers in ordinal mode with subscript notation as in screenshot above:  This has 2 advantages: - The number baseline is different than buffer name baseline....
When doing a double click to change between buffers the tabline looks like:  Would be nice support mouse click.
Not all fonts contain the Unicode character U+23B8 (LEFT VERTICAL BOX LINE) which is currently hard-coded as the separator between tabs. For such a case, it would be nice to...
Say I have the following directory listing: ``` . ├── a ├── b ├── c └── dir ├── a2 ├── b2 └── c2 1 directory, 6 files ``` I open...
The one thing I found missing in this buffer bar compared to airline's buffer bar is an indicator showing if a file is changed or read only by some indicator...