diff --git a/.vimrc b/.vimrc index 309b78e..3afe50d 100644 --- a/.vimrc +++ b/.vimrc @@ -289,8 +289,8 @@ if has("cscope") nmap :cscope find f =expand("") nmap :scscope find f =expand("") " find this C symbol with F5 and split with shift+F5 - nmap :cscope find s =expand("") - nmap :scscope find s =expand("") + nmap :cscope find s =expand("") + nmap :scscope find s =expand("") " go to definition with F6 and split with shift+F6 and use ctags with alt+shift+F6 nmap :cscope find g =expand("") nmap :scscope find g =expand("")