mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-27 07:54:44 +02:00
doc: mention that the tabline mappings are not automatically created
related: #2290
This commit is contained in:
parent
536667191d
commit
beb20cb49f
@ -1118,7 +1118,9 @@ Note: Not displayed if the number of tabs is less than 1
|
|||||||
tabline. When enabled, numbers will be displayed in the tabline and
|
tabline. When enabled, numbers will be displayed in the tabline and
|
||||||
mappings will be exposed to allow you to select a buffer directly.
|
mappings will be exposed to allow you to select a buffer directly.
|
||||||
In default mode, when the variable is 1 Up to 11 mappings will be
|
In default mode, when the variable is 1 Up to 11 mappings will be
|
||||||
exposed: >
|
exposed. Note: Those mappings are not automatically created, vim-airline
|
||||||
|
just exposes those `<Plug>AirlineSeelctTab` keys for you to map to a
|
||||||
|
convenient key >
|
||||||
|
|
||||||
let g:airline#extensions#tabline#buffer_idx_mode = 1
|
let g:airline#extensions#tabline#buffer_idx_mode = 1
|
||||||
nmap <leader>1 <Plug>AirlineSelectTab1
|
nmap <leader>1 <Plug>AirlineSelectTab1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user