vimrc: add tab switching mappings

This commit is contained in:
surtur 2022-08-11 12:37:41 +02:00
parent 3900620751
commit b77aa72fe6
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -460,6 +460,10 @@ nnoremap <leader>r :bro ol<cr>
" easy-way ifndef tmpl
nnoremap <silent><f12> "%phr_I#ifndef __<Esc>gUwyypldwidefine <Esc>yypldwiendif //<Esc>O<Esc>
" tab switching
nnoremap <silent><f6> gT
nnoremap <silent><f7> gt
"------------------------------------
" vim-go.vim