" configure let g:EasyMotion_do_mapping = 0 let g:EasyMotion_smartcase = 1 let g:EasyMotion_startofline = 0 let g:EasyMotion_keys = '123456789-=,./;[]\' let g:EasyMotion_use_upper = 1 let g:EasyMotion_enter_jump_first = 1 let g:EasyMotion_space_jump_first = 1 let g:EasyMotion_use_migemo = 1 " keymapping nmap ss (easymotion-s2) xmap ss (easymotion-s2) nmap sj (easymotion-j) nmap sk (easymotion-k) nmap f (easymotion-fl) nmap F (easymotion-Fl) xmap f (easymotion-fl) xmap F (easymotion-Fl) nmap t (easymotion-tl) nmap T (easymotion-Tl) xmap t (easymotion-tl) xmap T (easymotion-Tl) highlight EasyMotionTarget guifg=#80a0ff guibg=#80a0ff ctermfg=81 ctermbg=14