Skip to content

Terminal emulators in tabline? #2573

Answered by chrisbra
Bestest-Coder asked this question in Q&A
Discussion options

You must be logged in to vote

I would guess it is this:

vim-airline/doc/airline.txt

Lines 450 to 460 in f5a6597

*airline#ignore_bufadd_pat*
Determines a pattern to ignore a buffer name for various things (e.g. the
tabline extension) or the read-only check. Default is
`g:airline#extensions#tabline#ignore_bufadd_pat` (see below) or
`'!|defx|gundo|nerd_tree|startify|tagbar|term://|undotree|vimfiler'`
if it is unset.
The "!" prevents terminal buffers to appear in the tabline.
*airline#extensions#tabline#exclude_buffers*
Buffer numbers to be excluded from showing in the tabline (similar to
|airline#ignore_bufadd_pat|).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Bestest-Coder
Comment options

Answer selected by Bestest-Coder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants