diff --git a/.ideavimrc b/.ideavimrc index 2bc5ffb..b97a306 100644 --- a/.ideavimrc +++ b/.ideavimrc @@ -2,7 +2,7 @@ let mapleader = " " " Default Settings -set scrolloff=5 +"set scrolloff=5 set rnu set number set incsearch @@ -21,7 +21,7 @@ nmap tr :NERDTreeFocus Plug 'easymotion/vim-easymotion' let g:EasyMotion_do_mapping = 0 set easymotion -nmap gw (easymotion-w) +nmap gw (easymotion-bd-w) " Keymaps nmap bd :bd @@ -36,10 +36,8 @@ vmap K :m '>-2gv=gv " -- 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 ir :(IdeaVim.ReloadVimRc.reload) nmap :(SearchEverywhere) nmap it :(ActivateTerminalToolWindow) nmap / :(FindInPath)