1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-10-31 18:01:30 +01:00

vim: add tab switch shortcuts

This commit is contained in:
bretello 2021-12-08 23:53:46 +01:00
parent 6d428ac1e7
commit 5d45f454f8
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -31,6 +31,9 @@ nmap <leader>Tn :tabnext<CR>
nmap <leader>TN :tabnew<CR> nmap <leader>TN :tabnew<CR>
nmap <leader>Tp :tabprev<CR> nmap <leader>Tp :tabprev<CR>
nmap <leader>Tc :tabclose<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 " open quickfix
nmap <leader>cc :botright cope<CR> nmap <leader>cc :botright cope<CR>