Add vim tab navigation shortcuts

This commit is contained in:
don philipe
2023-05-05 21:02:20 +02:00
parent 4fa414de62
commit db55eeb265

4
.vimrc
View File

@@ -37,8 +37,8 @@ inoremap <expr>> strpart(getline('.'), col('.')-1, 1) == ">" ? "\<Right>" : ">"
" Tab navigation
nmap <C-t> :tabnew<CR>
nmap <C-k> :tabprev<CR>
nmap <C-j> :tabnext<CR>
nmap <C-h> :tabprev<CR>
nmap <C-l> :tabnext<CR>
" redefine some default colors
highlight Search ctermfg=Black