diff --git a/plugin/cscope_maps.vim b/plugin/cscope_maps.vim index c577b45..7254620 100644 --- a/plugin/cscope_maps.vim +++ b/plugin/cscope_maps.vim @@ -97,6 +97,17 @@ if has("cscope") nmap i :cs find i ^=expand("")$ nmap d :cs find d =expand("") + " Hitting 'CTRL-\' *twice* before the search type opens a new tab + " instead of using one + + nmap s :tab scs find s =expand("") + nmap g :tab scs find g =expand("") + nmap c :tab scs find c =expand("") + nmap t :tab scs find t =expand("") + nmap e :tab scs find e =expand("") + nmap f :tab scs find f =expand("") + nmap i :tab scs find i ^=expand("")$ + nmap d :tab scs find d =expand("") " Using 'CTRL-spacebar' (intepreted as CTRL-@ by vim) then a search type " makes the vim window split horizontally, with search result displayed in