mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Add vim tab navigation shortcuts
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user