diff options
author | Chris <[email protected]> | 2020-09-03 18:22:54 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-09-03 18:22:54 -0400 |
commit | 58e714dbd87c0e3b59ceac2a9dad2529f79b6b19 (patch) | |
tree | d4867f858126a255d83b2eb860e0e410e0e54443 /plug-config/easymotion.vim | |
parent | 459d217cb125a7f701485bdc581ee2dd4fd25dd6 (diff) |
fixed easy motion, added an optional theme
Diffstat (limited to 'plug-config/easymotion.vim')
-rw-r--r-- | plug-config/easymotion.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plug-config/easymotion.vim b/plug-config/easymotion.vim index 065a500b..2b9e8a3d 100644 --- a/plug-config/easymotion.vim +++ b/plug-config/easymotion.vim @@ -16,8 +16,8 @@ " s{char}{char} to move to {char}{char} nmap s <Plug>(easymotion-s2) -map n <Plug>(easymotion-next) -map N <Plug>(easymotion-prev) +" map n <Plug>(easymotion-next) +" map N <Plug>(easymotion-prev) " nmap s <Plug>(easymotion-overwin-f2) " nmap S <Plug>(easymotion-overwin-t) |