mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-07 20:54:26 +08:00
Add option for numbered tabs
Cleaned up variable name, added documentation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user