vimrc: tab management conflicts with ctags navigation
This commit is contained in:
parent
a32534a233
commit
1a5ad57bb5
1 changed files with 0 additions and 7 deletions
7
.vimrc
7
.vimrc
|
@ -102,13 +102,6 @@ set listchars=eol:¶,tab:\»\ ,trail:~,extends:>,precedes:<,nbsp:+
|
|||
set list
|
||||
set tags+=$HOME/.cache/cpp_tags
|
||||
|
||||
" Fast tab navigation
|
||||
nnoremap <C-t> :tabnew<CR>
|
||||
nnoremap <C-d> :tabclose<CR>
|
||||
"
|
||||
inoremap <C-t> <Esc>:tabnew<CR>
|
||||
inoremap <C-d> <Esc>:tabclose<CR>
|
||||
|
||||
" Fast split/window navigation with <Ctrl-hjkl>
|
||||
noremap <C-h> <C-w><C-h>
|
||||
noremap <C-j> <C-w><C-j>
|
||||
|
|
Loading…
Reference in a new issue