diff --git a/.vim/plugin/cscope.vim b/.vim/plugin/cscope.vim index a80ed9c..ea64b1f 100644 --- a/.vim/plugin/cscope.vim +++ b/.vim/plugin/cscope.vim @@ -52,15 +52,15 @@ if has("cscope") " go to calls with F7 and split with shift+F7 nmap :cscope find c =expand("") nmap :scscope find c =expand("") - " go to ... with 'ctrl+s letter' and go back with ctrl+t - nmap s :cscope find s =expand("") - nmap g :cscope find g =expand("") - nmap c :cscope find c =expand("") - nmap t :cscope find t =expand("") - nmap e :cscope find e =expand("") - nmap f :cscope find f =expand("") - nmap i :cscope find i ^=expand("")$ - nmap d :cscope find d =expand("") + " go to ... with 'ctrl+g letter' and go back with ctrl+t + nmap s :cscope find s =expand("") + nmap g :cscope find g =expand("") + nmap c :cscope find c =expand("") + nmap t :cscope find t =expand("") + nmap e :cscope find e =expand("") + nmap f :cscope find f =expand("") + nmap i :cscope find i ^=expand("")$ + nmap d :cscope find d =expand("") " split to ... with 'ctrl+space letter' nmap s :scscope find s =expand("") nmap g :scscope find g =expand("")