mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: shortcuts: improve tab navigation
This commit is contained in:
parent
9fe51f308c
commit
14be7945e1
|
@ -26,11 +26,11 @@ nmap <leader>pp :setlocal paste!<CR>
|
||||||
" Re-select the text block just pasted
|
" Re-select the text block just pasted
|
||||||
nnoremap <Leader>vv V`]
|
nnoremap <Leader>vv V`]
|
||||||
|
|
||||||
" Easy tab navigation with <leader>t
|
" Easy tab navigation with <leader>T
|
||||||
nmap <leader>tn :tabnext<CR>
|
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>
|
||||||
|
|
||||||
" open quickfix
|
" open quickfix
|
||||||
nmap <leader>cc :botright cope<CR>
|
nmap <leader>cc :botright cope<CR>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user