From 059deee3e1334f6b36a3351f2d6959bd8eee131b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 4 Sep 2024 18:28:40 -0500 Subject: [PATCH] update --- .ideavimrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.ideavimrc b/.ideavimrc index ad1852b..ad4bc24 100644 --- a/.ideavimrc +++ b/.ideavimrc @@ -135,11 +135,11 @@ let g:WhichKeyDesc_GoTag_AddKey = "gt Add Tag" map gt :action IntentionActionAsAction_com.goide.inspections.tag.GoTagAddKeyIntention " Errors -let g:WhichKeyDesc_Errors = "e Errors" -let g:WhichKeyDesc_NextError = "en Next error in solution" -let g:WhichKeyDesc_PrevError = "ep Previous error in solution" -map en (ReSharperGotoNextErrorInSolution) -map ep (ReSharperGotoPrevErrorInSolution) +let g:WhichKeyDesc_Errors = "E Errors" +let g:WhichKeyDesc_NextError = "En Next error in solution" +let g:WhichKeyDesc_PrevError = "Ep Previous error in solution" +map En (ReSharperGotoNextErrorInSolution) +map Ep (ReSharperGotoPrevErrorInSolution) " Menu let g:WhichKeyDesc_Menu = "m Menu" @@ -207,4 +207,4 @@ vnoremap < >gv " Run -map rc (RunClass) \ No newline at end of file +map rc (RunClass)