summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index e66319a..58a1c4e 100644
--- a/vimrc
+++ b/vimrc
@@ -218,6 +218,7 @@ function! LoadTags()
"cscope add $PWD/cscope.out
" cscope macros
+ nmap <ESC>C :!cscope -bqu<CR>:cs reset<CR>
nmap <ESC>c :execute CscopeSearch(expand("<cword>"))<CR>
" search definitions of word under cursor