From 8a88ca8d78f1ec8d7c767bd89570d9a27112059f Mon Sep 17 00:00:00 2001 From: bieniucieniu Date: Sat, 12 Jul 2025 11:38:15 +0200 Subject: [PATCH] feat: add idea keybind --- .ideavimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.ideavimrc b/.ideavimrc index 5baf5d61..2290d199 100644 --- a/.ideavimrc +++ b/.ideavimrc @@ -19,6 +19,7 @@ Plug 'tpope/vim-commentary' set NERDTree nnoremap :action GotoFile +nnoremap gc :action TextSearchAction nnoremap e :action ActivateProjectToolWindow nnoremap cr :action RenameElement