From 37cfecc064b1aa3708966e96fd40a217b8b0ccf9 Mon Sep 17 00:00:00 2001 From: Hizenberg Date: Thu, 20 Nov 2025 13:45:11 +0000 Subject: [PATCH] complete --- my_vimrc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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