source ~/.vim/vimrc source ~/.vim/plugins.vim " IdeaVIM plugins set surround set commentary " IdeaVIM settings set ideajoin set idearefactormode=keep " IdeaVIM mappings nnoremap [c :action VcsShowPrevChangeMarker nnoremap ]c :action 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 ParameterInfo nnoremap :action ParameterInfo nnoremap db :action ToggleLineBreakpoint nnoremap dc :action ChooseDebugConfiguration nnoremap ac :action ShowIntentionActions command! Start action Run command! A action GotoTest command! Scratch action NewScratchBuffer