let g:EasyMotion_do_mapping = 0 let g:EasyMotion_smartcase = 1 let g:EasyMotion_smartsign_us = 1 let g:EasyMotion_startofline = 0 nmap j (easymotion-j) nmap k (easymotion-k) nmap l (easymotion-lineforward) nmap h (easymotion-linebackward) nmap f (easymotion-bd-f) nmap s (easymotion-bd-f2) nmap / (easymotion-bd-fn) nmap ; (easymotion-repeat) nmap n (easymotion-next) nmap p (easymotion-prev)