mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
vim: add <leader>t shortcuts class for tab navigation
This commit is contained in:
parent
5a79c63f33
commit
1a603373ec
|
@ -26,6 +26,12 @@ 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
|
||||||
|
nmap <leader>tn :tabnext<CR>
|
||||||
|
nmap <leader>tN :tabnew<CR>
|
||||||
|
nmap <leader>tp :tabprev<CR>
|
||||||
|
nmap <leader>tc :tabclose<CR>
|
||||||
|
|
||||||
" open quickfix
|
" open quickfix
|
||||||
nmap <leader>cc :botright cope<CR>
|
nmap <leader>cc :botright cope<CR>
|
||||||
" close quickfix (also see <leader>C below)
|
" close quickfix (also see <leader>C below)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user