mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-17 17:35:55 +08:00
remove wrong backslash
This commit is contained in:
@@ -94,5 +94,5 @@ function s:map_keys()
|
|||||||
noremap <silent> <Plug>AirlineSelectTab9 :9tabn<CR>
|
noremap <silent> <Plug>AirlineSelectTab9 :9tabn<CR>
|
||||||
noremap <silent> <Plug>AirlineSelectPrevTab gT
|
noremap <silent> <Plug>AirlineSelectPrevTab gT
|
||||||
" tabn {count} goes to count tab does not go {count} tab pages forward!
|
" tabn {count} goes to count tab does not go {count} tab pages forward!
|
||||||
noremap <silent> <Plug>AirlineSelectNextTab :<C-U>exe repeat(':tabn\|', v:count1)<cr>
|
noremap <silent> <Plug>AirlineSelectNextTab :<C-U>exe repeat(':tabn|', v:count1)<cr>
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user