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