ap / vim-buftabline

Forget Vim tabs – now you can have buffer tabs
http://www.vim.org/scripts/script.php?script_id=5057
MIT License
782 stars 75 forks source link

Is there a way not have gap between buftabline and window top? #79

Closed v6cc closed 3 years ago

v6cc commented 3 years ago

11-22_18:00:58

hope not have gap between the window top and the white buftabline

ap commented 3 years ago

Maybe, but it’s not anything that Buftabline can control. I’m guessing that screenshot is Vim in some kind of terminal? Buftabline just renders the tabline, which Vim displays wherever it displays it. Vim in turn displays the tabline as the first line in the UI, which the terminal displays wherever it displays it. If the terminal imposes padding around the contents of the window, there is no way for Vim to circumvent that. If this screenshot is showing some kind of GUI version of Vim (or NeoVim?), that Vim GUI may have settings to control that padding specifically, and maybe you can use those to get it to look like you want.