" load system vim config source ~/.vimrc set ideajoin " .ideavimrc is a configuration file for IdeaVim plugin. It uses " the same commands as the original .vimrc configuration. " You can find a list of commands here: https://jb.gg/h38q75 " Find more examples here: https://jb.gg/share-ideavimrc " Don't use Ex mode, use Q for formatting. map Q gq "" -- Map IDE actions to IdeaVim -- https://jb.gg/abva4t "" Map \r to the Reformat Code action "" map \r (ReformatCode) "" Map d to start debug "map d (Debug) "" Map \b to toggle the breakpoint on the current line "map \b (ToggleLineBreakpoint) "" map nf (NewFile) map nd (NewDir) map tt (ActivateTerminalToolWindow) map rr (IdeaVim.ReloadVimRc.reload) map go (GotoDeclaration) map ru (runShellFileAction)