vim: add tab switch shortcuts

pull/6/head
bretello 2021-12-08 23:53:46 +01:00
parent 6d428ac1e7
commit 5d45f454f8
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ nmap <leader>Tn :tabnext<CR>
nmap <leader>TN :tabnew<CR>
nmap <leader>Tp :tabprev<CR>
nmap <leader>Tc :tabclose<CR>
nmap <C-W>n :tabnext<CR>
nmap <C-W>p :tabprev<CR>
nmap <C-W>N :tabnew<CR>
" open quickfix
nmap <leader>cc :botright cope<CR>