mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-03-04 22:31:23 +08:00
Add configurable variable airline#extensions#tabline#skipped_tabs_marker
This commit is contained in:
@@ -709,6 +709,9 @@ with the middle mouse button to delete that buffer.
|
||||
* rename label for tabs (default: 'tabs') (c) >
|
||||
let g:airline#extensions#tabline#tabs_label = 't'
|
||||
|
||||
* change the symbol for skipped tabs/buffers (default '...') >
|
||||
let g:airline#extensions#tabline#skipped_tabs_marker = '…'
|
||||
|
||||
* always show current tabpage/buffer first >
|
||||
let airline#extensions#tabline#current_first = 1
|
||||
< default: 0
|
||||
|
||||
Reference in New Issue
Block a user