Fixed wrong setup for easyvim

This commit is contained in:
Rajiv 2014-03-07 12:02:50 -08:00
parent 3894b1bc1b
commit e0274560ee

View File

@ -9,13 +9,9 @@ call EasyMotion#InitOptions({
\ , 'do_mapping' : 1 \ , 'do_mapping' : 1
\ , 'grouping' : 1 \ , 'grouping' : 1
\ \
\ , 'hl_group_target' : 'Question' \ , 'hl_group_target' : 'ErrorMsg'
\ , 'hl_group_shade' : 'EasyMotionShade' \ , 'hl_group_shade' : 'Comment'
\ }) \ })
" Make EasyMotion more yellow, less red
hi clear EasyMotionTarget
hi! EasyMotionTarget guifg=yellow
nmap ,<ESC> ,,w nmap ,<ESC> ,,w
nmap ,<S-ESC> ,,b nmap ,<S-ESC> ,,b