diff --git a/my_vimrc b/my_vimrc index 74fc412..2ccc01f 100644 --- a/my_vimrc +++ b/my_vimrc @@ -313,16 +313,16 @@ function! GutenTagsEnable() abort " change focus to quickfix window after search (optional). let g:gutentags_plus_switch = 1 let g:gutentags_plus_nomap = 1 - noremap css :GscopeFind s - noremap csg :GscopeFind g - noremap csc :GscopeFind c - noremap cst :GscopeFind t - noremap cse :GscopeFind e - noremap csf :GscopeFind f - noremap csi :GscopeFind i =expand("") - noremap csd :GscopeFind d =expand("") - noremap csa :GscopeFind a - noremap csz :GscopeFind z + noremap gs :GscopeFind s + noremap gg :GscopeFind g + noremap gc :GscopeFind c + noremap gt :GscopeFind t + noremap ge :GscopeFind e + noremap gf :GscopeFind f =expand("") + noremap gi :GscopeFind i =expand("") + noremap gd :GscopeFind d + noremap ga :GscopeFind a + noremap gz :GscopeFind z echo "Gutentags + Plus enabled" endfunction