From a4e89aa2e9c4f585380c788319bc034ac1f164f6 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 3 Feb 2021 10:18:16 -0700 Subject: Keep easy motion but not as default search --- plugin/vim-options.vim | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index b9d9006..68b60d8 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -448,15 +448,10 @@ if !empty(glob($EditorDir.'plugged/vim-easymotion/plugin/EasyMotion.vim')) hi link EasyMotionTarget2Second ErrorMsg hi link EasyMotionShade Comment hi EasyMotionTarget ctermbg=none ctermfg=1 cterm=bold - "let g:EasyMotion_do_shade = 0 - nnoremap \ - map (easymotion-prefix) - map r (easymotion-repeat) + let g:EasyMotion_move_highlight = 0 nmap s (easymotion-repeat) let g:EasyMotion_startofline = 0 " keep cursor colum when JK motion - map / (easymotion-sn) - omap / (easymotion-tn) - map n (easymotion-next) - map N (easymotion-prev) + map s (easymotion-sn) + omap s (easymotion-tn) endif "--------------------------------------------------------------------------------------------------------> -- cgit v1.2.3