tabline: allow to show current buffer/tab at first position

This will make highlighting more consistent. Always first item is the
one where the cursor is.
This commit is contained in:
Christian Brabandt
2018-01-04 19:24:00 +01:00
parent 30652c05c4
commit 9d28f0dcc7
3 changed files with 19 additions and 1 deletions

View File

@@ -698,6 +698,10 @@ with the middle mouse button to delete that buffer.
* rename label for tabs (default: 'tabs') (c) >
let g:airline#extensions#tabline#tabs_label = 't'
* always show current tabpage/buffer first >
let airline#extensions#tabline#current_first = 1
< default: 0
* enable/disable displaying index of the buffer.
When enabled, numbers will be displayed in the tabline and mappings will be