diff options
author | Chris <[email protected]> | 2020-09-01 20:04:56 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-09-01 20:04:56 -0400 |
commit | 1701950dcb2ef99a2582159c8090ab554323e92a (patch) | |
tree | 79ca98cd1ac55db57db5759bf1919b6bed2c9b62 | |
parent | 99d76dabce3f04a87cd1a14d629bf55a6e16eb0d (diff) |
update easymotion plugin
-rw-r--r-- | plug-config/easymotion.vim | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/plug-config/easymotion.vim b/plug-config/easymotion.vim index 49a0e262..065a500b 100644 --- a/plug-config/easymotion.vim +++ b/plug-config/easymotion.vim @@ -15,7 +15,10 @@ " nmap <Leader>f <Plug>(easymotion-overwin-f) " 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) " Move to line @@ -36,4 +39,4 @@ nmap s <Plug>(easymotion-overwin-f2) " hi link EasyMotionIncSearch Search "Lower case finds upper & lower case but upper case only finds upper case -let g:EasyMotion_smartcase = 1 +" let g:EasyMotion_smartcase = 1 |