update ideavim

This commit is contained in:
DefectingCat
2024-02-05 09:29:34 +08:00
parent a99c560402
commit 465b05e563

View File

@ -51,8 +51,8 @@ xnoremap p "_dP
"" Code
nmap gh <Action>(ShowHoverInfo)
nnoremap <leader>ra :action RenameElement<CR>
nmap <leader>m <Plug>NextWholeOccurrence
xmap <leader>m <Plug>NextWholeOccurrence
nmap <C-n> <Plug>NextWholeOccurrence
xmap <C-n> <Plug>NextWholeOccurrence
nmap ]d :action GotoNextError<CR>
nmap [d :action GotoPreviousError<CR>
nmap gr :action FindUsages<CR>
@ -64,7 +64,7 @@ nmap <leader>co :action OptimizeImports<CR>
""" Switch windows
nnoremap <C-h> <c-w>h
nnoremap <C-l> <c-w>l
nnoremap <leader>e :NERDTreeToggle<CR>
nnoremap <leader>e :action ActivateProjectToolWindow<CR>
""" Switch tabs
nmap <S-l> :action NextTab<CR>
nmap <s-h> :action PreviousTab<CR>