vimrc update

This commit is contained in:
Gregor Feierabend 2021-04-09 23:09:11 +02:00
parent 1f93cd6a5b
commit b250c20f97
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
shadow-opacity = 0.8;
shadow-opacity = 1;
shadow = true;
shadow-radius = 0;
shadow-offset-x = -2;

3
.vimrc
View File

@ -121,7 +121,8 @@ endif
" jump to a function declaration
nmap <silent> <C-\> :cs find s <C-R>=expand("<cword>")<CR><CR>1<CR><CR>
" show a list of where function is called
nmap <silent> <C-_> :cs find c <C-R>=expand("<cword>")<CR><CR>
nmap <silent> <C-_> :lcs find c <C-R>=expand("<cword>")<CR><CR>
set cscopequickfix=c+
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"""""""""""""""""""""""""""""""" PLUGIN SPECIFIC """""""""""""""""""""""""""""""