diff options
Diffstat (limited to 'plug-config')
-rw-r--r-- | plug-config/easymotion.vim | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/plug-config/easymotion.vim b/plug-config/easymotion.vim index 0a94ea7f..49a0e262 100644 --- a/plug-config/easymotion.vim +++ b/plug-config/easymotion.vim @@ -19,21 +19,21 @@ nmap s <Plug>(easymotion-overwin-f2) " nmap S <Plug>(easymotion-overwin-t) " Move to line -map <Leader>l <Plug>(easymotion-bd-jk) -nmap <Leader>l <Plug>(easymotion-overwin-line) +" map <Leader>l <Plug>(easymotion-bd-jk) +" nmap <Leader>l <Plug>(easymotion-overwin-line) -" Move to word -map <Leader>w <Plug>(easymotion-bd-w) -nmap <Leader>w <Plug>(easymotion-overwin-w) +" " Move to word +" map <Leader>w <Plug>(easymotion-bd-w) +" nmap <Leader>w <Plug>(easymotion-overwin-w) -hi link EasyMotionTarget ErrorMsg -hi link EasyMotionShade Comment +" hi link EasyMotionTarget ErrorMsg +" hi link EasyMotionShade Comment -hi link EasyMotionTarget2First MatchParen -hi link EasyMotionTarget2Second MatchParen +" hi link EasyMotionTarget2First MatchParen +" hi link EasyMotionTarget2Second MatchParen -hi link EasyMotionMoveHL Search -hi link EasyMotionIncSearch Search +" hi link EasyMotionMoveHL Search +" hi link EasyMotionIncSearch Search "Lower case finds upper & lower case but upper case only finds upper case let g:EasyMotion_smartcase = 1 |