" Find more examples here: https://jb.gg/share-ideavimrc let mapleader = " " " Default Settings set scrolloff=5 set rnu set number set incsearch " Plugins set ideajoin Plug 'tpope/vim-commentary' Plug 'tpope/vim-surround' Plug 'preservim/nerdtree' nmap :NERDTreeFocus Plug 'easymotion/vim-easymotion' let g:EasyMotion_do_mapping = 0 set easymotion nmap s (easymotion-s2) " Keymaps nmap bd :bd nmap { :bp nmap } :bn nmap w nmap fs :w " -- Map IDE actions to IdeaVim -- https://jb.gg/abva4t nmap if :(ReformatCode) nmap id :(Debug) nmap ir :(Run) nmap ib :(ToggleLineBreakpoint) nmap iR :(IdeaVim.ReloadVimRc.reload) nmap :(SearchEverywhere)