diff --git a/vimrc b/vimrc index 1f6a5fe..a063123 100644 --- a/vimrc +++ b/vimrc @@ -363,6 +363,8 @@ if has("cscope") endif set csverb map ,scs0 :cs add cscope.out + map ,kcs0 :cs kill 0 + map ,ccs0 :!cscope -b -q -R map ,fs :cs find s =expand("") map ,fg :cs find g =expand("") map ,fd :cs find d =expand("")