From beb20cb49f8e2182f701a0af101303647a68804e Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 19 Nov 2020 13:52:03 +0100 Subject: [PATCH] doc: mention that the tabline mappings are not automatically created related: #2290 --- doc/airline.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/airline.txt b/doc/airline.txt index dd6fef12..15e75481 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -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 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 - exposed: > + exposed. Note: Those mappings are not automatically created, vim-airline + just exposes those `AirlineSeelctTab` keys for you to map to a + convenient key > let g:airline#extensions#tabline#buffer_idx_mode = 1 nmap 1 AirlineSelectTab1