📝 note EasyMotionIncSearch

This commit is contained in:
haya14busa 2016-12-25 10:46:48 +09:00
parent 11632455de
commit 20e5b052c0

View File

@ -1045,11 +1045,12 @@ to groups with default values. The highlighting groups are:
* EasyMotionShade
Highlights shaded text, the default value is dark gray
* EasyMotionIncSearch
* EasyMotionMoveHL
Highlights matched pattern of "/" command.
There are two ways to override the default colors:
@ -1066,8 +1067,9 @@ There are two ways to override the default colors:
hi EasyMotionTarget2First ctermbg=none ctermfg=red
hi EasyMotionTarget2Second ctermbg=none ctermfg=lightred
hi EasyMotionMoveHL ctermbg=green ctermfg=black
hi EasyMotionIncSearch ctermbg=green ctermfg=black
<
2) Set the highlighting in your vimrc
@ -1084,8 +1086,9 @@ There are two ways to override the default colors:
hi link EasyMotionTarget2First MatchParen
hi link EasyMotionTarget2Second MatchParen
hi link EasyMotionMoveHL Search
hi link EasyMotionIncSearch Search
<
Use CSApprox *EasyMotion_force_csapprox*