mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: add tab switch shortcuts
This commit is contained in:
parent
6d428ac1e7
commit
5d45f454f8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user