From 42c39314b772356515857b4fc02060510519d67d Mon Sep 17 00:00:00 2001 From: Junet Hossain Date: Wed, 3 Sep 2025 05:36:21 +0300 Subject: [PATCH] Key-binding changed for gutencscope --- .vimrc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index b62bd02..c4fc5f5 100644 --- a/.vimrc +++ b/.vimrc @@ -325,11 +325,21 @@ let g:gutentags_project_root = ['.root', '.git'] let g:gutentags_cache_dir = expand('~/.cache/tags') " change focus to quickfix window after search (optional). -"let g:gutentags_plus_switch = 1 +let g:gutentags_plus_switch = 1 "let g:gutentags_trace = 1 let g:gutentags_define_advanced_commands = 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 =expand("") +noremap csi :GscopeFind i =expand("") +noremap csd :GscopeFind d +noremap csa :GscopeFind a +noremap csz :GscopeFind z " To install using Vundle: :PluginInstall