vimrc: moved cpptags to $HOME/.config
This commit is contained in:
parent
d0d627ada7
commit
e75bd1c409
1 changed files with 2 additions and 1 deletions
3
.vimrc
3
.vimrc
|
@ -54,7 +54,8 @@ set ruler
|
|||
set listchars=eol:¶,tab:\»\ ,trail:~,extends:>,precedes:<
|
||||
set list
|
||||
filetype plugin indent on
|
||||
set tags+=$HOME/.cpp_tags
|
||||
set tags+=$HOME/.cache/cpp_tags
|
||||
|
||||
" Fast tab navigation
|
||||
nnoremap <C-t> :tabnew<CR>
|
||||
nnoremap <C-d> :tabclose<CR>
|
||||
|
|
Loading…
Reference in a new issue