Add option for numbered tabs

Cleaned up variable name, added documentation
This commit is contained in:
Aaron Miller
2018-10-29 03:26:59 -04:00
parent 0609a1f945
commit 62f3d1d412
2 changed files with 8 additions and 1 deletions

View File

@@ -752,6 +752,9 @@ with the middle mouse button to delete that buffer.
* enable/disable displaying tab number in tabs mode. >
let g:airline#extensions#tabline#show_tab_nr = 1
* enable/disable displaying tab number in tabs mode for ctrlspace. (c) >
let g:airline#extensions#tabline#ctrlspace_show_tab_nr = 0
* enable/disable displaying tab type (e.g. [buffers]/[tabs]) >
let g:airline#extensions#tabline#show_tab_type = 1