update
This commit is contained in:
parent
f13f332097
commit
059deee3e1
1 changed files with 6 additions and 6 deletions
10
.ideavimrc
10
.ideavimrc
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue