Vim-airline: Buffer numbers

Created on 12 Apr 2016  路  1Comment  路  Source: vim-airline/vim-airline

Hi there,

I saw in the code that there exist buffer_idx_mode for displaying subsequent numbers, but there is no setting for displaying the actual buffer number along with the filename, is it?

Minibufexplorer shows these. Is there a way to implement this behavior? I often use :b to directly switch to a buffer.

Most helpful comment

Damn ... just found it ... not where I expected it, but it is there:

let g:airline#extensions#tabline#buffer_nr_show = 1

Sorry,

>All comments

Damn ... just found it ... not where I expected it, but it is there:

let g:airline#extensions#tabline#buffer_nr_show = 1

Sorry,

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ravicious picture ravicious  路  22Comments

brotatos picture brotatos  路  21Comments

Tomalak picture Tomalak  路  17Comments

sekoenig-de picture sekoenig-de  路  19Comments

jaredcobb picture jaredcobb  路  36Comments