Highlight color and whitespace
-
anonymous
How do I change the highlight color in command-t? See screenshot:
https://skitch.com/cjbottaro/fraxb/command-t-highlighting
It's difficult for me to read what is selected.
Also, is it possible to have command-t ignore whitespace? I want searching for "blahtest" and "blah test" to yield the same results.
Thank you.
-
Greg Hurrell
It's not configurable at this stage. You could patch the source if you want to hand-edit the colors. Right now, the
Visual
,Search
andError
highlight groups are used. See theruby/command-t/match_window.rb
file. -
anonymous
Awesome, that worked well, thanks for the tip.
Any similar hand patch so whitespace is ignored while searching?
-
Greg Hurrell
I thought I might have seen a pull request implementing that feature but looking at the list of pending requests looks like I was mistaken.
Reply
This topic is now closed.