- let g:EasyMotion_do_mapping = 0 " Disable default mappings
- " Turn on case-insensitive feature
- let g:EasyMotion_smartcase = 1
- " JK motions: Line motions
- map <Leader>j <Plug>(easymotion-j)
- map <Leader>k <Plug>(easymotion-k)
- nmap s <Plug>(easymotion-s2)
- nmap t <Plug>(easymotion-t2)
|