clarify buffer_idx mode mappings

Also add mappings for tabmode as suggested.
This commit is contained in:
Christian Brabandt
2016-01-20 20:22:12 +01:00
parent 8afd72d886
commit 5923ced2b0
3 changed files with 39 additions and 13 deletions

View File

@@ -493,9 +493,16 @@ exposed.
nmap <leader>7 <Plug>AirlineSelectTab7
nmap <leader>8 <Plug>AirlineSelectTab8
nmap <leader>9 <Plug>AirlineSelectTab9
nmap <leader>- <Plug>AirlineSelectPrevTab
nmap <leader>+ <Plug>AirlineSelectNextTab
Note: Mappings will be ignored within a NERDTree buffer.
Note: In buffer_idx_mode these mappings won't change the
current tab, but switch to the buffer visible in that tab.
Use |gt| for switching tabs.
In tabmode, those mappings will switch to the specified tab.
* defines the name of a formatter for how buffer names are displayed. >
let g:airline#extensions#tabline#formatter = 'default'