Skip to content

why does ariline tabline extension keeps the closed tabs on the bar?! can I disable it? #2493

Answered by amirongit
amirongit asked this question in Q&A
Discussion options

You must be logged in to vote

solved by putting this on my vimrc

let g:airline#extensions#tabline#show_close_button = 0
let g:airline#extensions#tabline#show_tabs = 1
let g:airline#extensions#tabline#show_buffers = 0
let g:airline#extensions#tabline#show_splits = 0

( exactly this combinations works, changing them leads to either showing "[No name] [No name]" when changing windows or the problem that I described above.)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by amirongit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant