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

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.

enhancement

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

bug

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

enhancement

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

enhancement

I propose changing buffer numbers in ordinal mode with subscript notation as in screenshot above: ![screenshot](https://www.dropbox.com/s/lf91yw71xgejc7f/Screenshot%202016-05-09%2010.41.27.png?dl=1) This has 2 advantages: - The number baseline is different than buffer name baseline....

enhancement

When doing a double click to change between buffers the tabline looks like: ![image](https://cloud.githubusercontent.com/assets/430272/6001852/d6e29fbc-aacc-11e4-814a-052bef4042d2.png) Would be nice support mouse click.

enhancement
wontfix

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

enhancement

Say I have the following directory listing: ``` . ├── a ├── b ├── c └── dir ├── a2 ├── b2 └── c2 1 directory, 6 files ``` I open...

bug

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

enhancement