This commit is contained in:
DeveloperDurp 2024-09-04 18:28:40 -05:00
parent f13f332097
commit 059deee3e1

View file

@ -135,11 +135,11 @@ let g:WhichKeyDesc_GoTag_AddKey = "<leader>gt Add Tag"
map <leader>gt :action IntentionActionAsAction_com.goide.inspections.tag.GoTagAddKeyIntention<CR> map <leader>gt :action IntentionActionAsAction_com.goide.inspections.tag.GoTagAddKeyIntention<CR>
" Errors " Errors
let g:WhichKeyDesc_Errors = "<leader>e Errors" let g:WhichKeyDesc_Errors = "<leader>E Errors"
let g:WhichKeyDesc_NextError = "<leader>en Next error in solution" let g:WhichKeyDesc_NextError = "<leader>En Next error in solution"
let g:WhichKeyDesc_PrevError = "<leader>ep Previous error in solution" let g:WhichKeyDesc_PrevError = "<leader>Ep Previous error in solution"
map <leader>en <action>(ReSharperGotoNextErrorInSolution) map <leader>En <action>(ReSharperGotoNextErrorInSolution)
map <leader>ep <action>(ReSharperGotoPrevErrorInSolution) map <leader>Ep <action>(ReSharperGotoPrevErrorInSolution)
" Menu " Menu
let g:WhichKeyDesc_Menu = "<leader>m Menu" let g:WhichKeyDesc_Menu = "<leader>m Menu"