add next/prev git hunks, and opening terminal to ideavimrc
This commit is contained in:
parent
4d220ef603
commit
3e5a90b62f
1 changed files with 3 additions and 0 deletions
|
|
@ -56,9 +56,12 @@ map <K> <Action>(QuickJavaDoc)
|
||||||
map <leader>lc <Action>(RiderShowIncomingCalls)
|
map <leader>lc <Action>(RiderShowIncomingCalls)
|
||||||
map [d <Action>(GotoPreviousError)
|
map [d <Action>(GotoPreviousError)
|
||||||
map ]d <Action>(GotoNextError)
|
map ]d <Action>(GotoNextError)
|
||||||
|
map [g <Action>(VcsShowPrevChangeMarker)
|
||||||
|
map ]g <Action>(VcsShowNextChangeMarker)
|
||||||
map <leader>ld <Action>(QuickImplementations)
|
map <leader>ld <Action>(QuickImplementations)
|
||||||
map <leader>lt <Action>(QuickImplementations)
|
map <leader>lt <Action>(QuickImplementations)
|
||||||
map <leader>li <Action>(ReSharperGotoImplementation)
|
map <leader>li <Action>(ReSharperGotoImplementation)
|
||||||
|
map <leader>h <Action>(ActivateTerminalToolWindow)
|
||||||
|
|
||||||
" Highlight copied text
|
" Highlight copied text
|
||||||
Plug 'machakann/vim-highlightedyank'
|
Plug 'machakann/vim-highlightedyank'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue