mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-16 01:01:36 +00:00
update show hover info in ideavim
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user