|
@@ -15,7 +15,10 @@
|
|
" nmap <Leader>f <Plug>(easymotion-overwin-f)
|
|
" nmap <Leader>f <Plug>(easymotion-overwin-f)
|
|
|
|
|
|
" s{char}{char} to move to {char}{char}
|
|
" s{char}{char} to move to {char}{char}
|
|
-nmap s <Plug>(easymotion-overwin-f2)
|
|
|
|
|
|
+nmap s <Plug>(easymotion-s2)
|
|
|
|
+map n <Plug>(easymotion-next)
|
|
|
|
+map N <Plug>(easymotion-prev)
|
|
|
|
+" nmap s <Plug>(easymotion-overwin-f2)
|
|
" nmap S <Plug>(easymotion-overwin-t)
|
|
" nmap S <Plug>(easymotion-overwin-t)
|
|
|
|
|
|
" Move to line
|
|
" Move to line
|
|
@@ -36,4 +39,4 @@ nmap s <Plug>(easymotion-overwin-f2)
|
|
" hi link EasyMotionIncSearch Search
|
|
" hi link EasyMotionIncSearch Search
|
|
|
|
|
|
"Lower case finds upper & lower case but upper case only finds upper case
|
|
"Lower case finds upper & lower case but upper case only finds upper case
|
|
-let g:EasyMotion_smartcase = 1
|
|
|
|
|
|
+" let g:EasyMotion_smartcase = 1
|