easymotion.vim 283 B

1234567891011
  1. let g:EasyMotion_do_mapping = 0 " Disable default mappings
  2. " Turn on case-insensitive feature
  3. let g:EasyMotion_smartcase = 1
  4. " JK motions: Line motions
  5. map <Leader>j <Plug>(easymotion-j)
  6. map <Leader>k <Plug>(easymotion-k)
  7. nmap s <Plug>(easymotion-s2)
  8. nmap t <Plug>(easymotion-t2)