add next/prev git hunks, and opening terminal to ideavimrc

This commit is contained in:
Martin Larsson 2024-09-14 20:34:22 +02:00
parent 4d220ef603
commit 3e5a90b62f

View file

@ -56,9 +56,12 @@ map <K> <Action>(QuickJavaDoc)
map <leader>lc <Action>(RiderShowIncomingCalls)
map [d <Action>(GotoPreviousError)
map ]d <Action>(GotoNextError)
map [g <Action>(VcsShowPrevChangeMarker)
map ]g <Action>(VcsShowNextChangeMarker)
map <leader>ld <Action>(QuickImplementations)
map <leader>lt <Action>(QuickImplementations)
map <leader>li <Action>(ReSharperGotoImplementation)
map <leader>h <Action>(ActivateTerminalToolWindow)
" Highlight copied text
Plug 'machakann/vim-highlightedyank'