Skip to content

Commit

Permalink
fix(intellij): disable easymotion
Browse files Browse the repository at this point in the history
For some reason, the setting to avoid setting up the default mappings
does not work, stealing my <leader><leader> mapping. Not worth it.
  • Loading branch information
eliasnorrby committed Mar 4, 2021
1 parent c1fa2b0 commit df4830f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions editor/intellij/ideavim/ideavimrc
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ nmap gh :action ShowErrorDescription<cr>

" Plugins: {{{1
" EasyMotion
let g:EasyMotion_do_mapping = 0 " Disable default mappings
set easymotion
nmap gsj <Plug>(easymotion-j)
nmap gsk <Plug>(easymotion-k)
nmap gs<space> <Plug>(easymotion-s)
" let g:EasyMotion_do_mapping = 0 " Disable default mappings
" set easymotion
" nmap gsj <Plug>(easymotion-j)
" nmap gsk <Plug>(easymotion-k)
" nmap gs<space> <Plug>(easymotion-s)

nmap gsw <Plug>(easymotion-wl)
" nmap gsw <Plug>(easymotion-wl)

" Projects: {{{1
nmap <leader><tab>. :action OpenProjectWindows<CR>
Expand Down

0 comments on commit df4830f

Please sign in to comment.