diff --git a/symlinks/ideavimrc b/symlinks/ideavimrc index 885c598..82940aa 100644 --- a/symlinks/ideavimrc +++ b/symlinks/ideavimrc @@ -11,24 +11,24 @@ set ideajoin set idearefactormode=keep " IdeaVIM mappings -nnoremap [c :action VcsShowPrevChangeMarker -nnoremap ]c :action VcsShowNextChangeMarker +nmap [c (VcsShowPrevChangeMarker) +nmap ]c (VcsShowNextChangeMarker) -nnoremap :action SearchEverywhere -nnoremap gd :action GotoDeclaration -nnoremap gi :action GotoImplementation -nnoremap gr :action FindUsages -nnoremap rn :action RenameElement -nnoremap :action FindInPath -nnoremap tn :action RunAnything -nnoremap tf :action RunClass -inoremap :action ParameterInfoa -nnoremap :action ParameterInfo +nmap (SearchEverywhere) +nmap gd (GotoDeclaration) +nmap gi (GotoImplementation) +nmap gr (FindUsages) +nmap rn (RenameElement) +nmap (FindInPath) +nmap tn (RunAnything) +nmap tf (RunClass) +imap (ParameterInfo) +nmap (ParameterInfo) -nnoremap db :action ToggleLineBreakpoint -nnoremap dc :action ChooseDebugConfiguration +nmap db (ToggleLineBreakpoint) +nmap dc (ChooseDebugConfiguration) -nnoremap ac :action ShowIntentionActions +nmap ac (ShowIntentionActions) command! Start action Run if &ide =~? 'rider' @@ -40,11 +40,14 @@ command! Scratch action NewScratchBuffer command! Ex NERDTree command! Gw action Git.Add command! Ggpull action Git.Pull +command! Ggpush action Vcs.Push command! Gdiffsplit action Git.CompareWithBranch command! G action Git.Menu command! Gpro action Github.Create.Pull.Request command! Gblame action Annotate command! TODO action ActivateTODOToolWindow -command! te action ActivateTerminalToolWindow +command! Term action ActivateTerminalToolWindow command! Sync action Android.SyncProject -command! Reformat action ReformatCode \ No newline at end of file +command! Format action ReformatCode + +nmap tb (Annotate) \ No newline at end of file