update show hover info in ideavim

This commit is contained in:
DefectingCat
2023-10-30 13:34:30 +08:00
parent a309ce30e7
commit 04d02cf813

View File

@ -49,7 +49,9 @@ nnoremap <leader>nh :nohl<CR>
xnoremap p "_dP
"" Code
noremap gb viw
nnoremap gh :action QuickJavaDoc<cr>
"" nnoremap gh :action QuickJavaDoc<cr>
nmap gh <Action>(ShowHoverInfo)
"" nmap gy <Action>(ShowErrorDescription)
nnoremap <leader>r :action RenameElement<CR>
nmap <C-n> <Plug>NextWholeOccurrence
xmap <C-n> <Plug>NextWholeOccurrence