Highlight color and whitespace

  1. 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.

  2. 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 and Error highlight groups are used. See the ruby/command-t/match_window.rb file.

  3. anonymous

    Awesome, that worked well, thanks for the tip.

    Any similar hand patch so whitespace is ignored while searching?

  4. 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.