📝 note EasyMotionIncSearch

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

View File

@ -1046,6 +1046,7 @@ to groups with default values. The highlighting groups are:
Highlights shaded text, the default value is dark gray Highlights shaded text, the default value is dark gray
* EasyMotionIncSearch
* EasyMotionMoveHL * EasyMotionMoveHL
Highlights matched pattern of "/" command. Highlights matched pattern of "/" command.
@ -1068,6 +1069,7 @@ There are two ways to override the default colors:
hi EasyMotionTarget2Second ctermbg=none ctermfg=lightred hi EasyMotionTarget2Second ctermbg=none ctermfg=lightred
hi EasyMotionMoveHL ctermbg=green ctermfg=black hi EasyMotionMoveHL ctermbg=green ctermfg=black
hi EasyMotionIncSearch ctermbg=green ctermfg=black
< <
2) Set the highlighting in your vimrc 2) Set the highlighting in your vimrc
@ -1086,6 +1088,7 @@ There are two ways to override the default colors:
hi link EasyMotionTarget2Second MatchParen hi link EasyMotionTarget2Second MatchParen
hi link EasyMotionMoveHL Search hi link EasyMotionMoveHL Search
hi link EasyMotionIncSearch Search
< <
Use CSApprox *EasyMotion_force_csapprox* Use CSApprox *EasyMotion_force_csapprox*