Open tednaleid opened 11 years ago
btw i've found one interesting implementation of this you can see this https://github.com/muchzill4/EzMotion
Is EzMotion any help to get this to EasyMotion? I like EasyMotion better, except for this feature.
+1 on this!
In the vim EasyMotion plugin, the plugin highlights the matched text in red and colors the non-matched text in a dark grey, ex:
I've had a request from a user to emulate this in EasyMotion. I took a stab at doing it this way early in the project, but didn't have a lot of success. I was able to color the text areas, but after the end of each line the color didn't change, so it was ragged looking.
I think that there are also possible issues for those users with non-dark color schemes. Not sure if there's any way to detect this.