On Apr 9, 2014, at 4:32 AM, Mike Miller <fish-us...@mgmiller.net> wrote:

> On 04/09/2014 10:40 AM, fish-users-requ...@lists.sourceforge.net wrote:
>> Message: 2 Date: Thu, 3 Apr 2014 22:03:34 +0200
>> From: SanskritFritz <sanskritfr...@gmail.com>
>> Subject: Re: [Fish-users] history search bg color To:
>> 
>>>> Hi,
>>>> 
>>>> One of tiny features of fish 1.x that I liked was when searching through 
>>>> history
>>>> with the up arrow, the part of each command that was matched was 
>>>> highlighted.  I
>>>> remember it as being a dark blue background.
>>>> 
>>>> Does this feature still exist?  I've looked in the color chooser in 
>>>> fish_config
>>>> several times but can't seem to find it.
>> 
>> $fish_color_search_match variable is your friend.
> 
> Thanks for the reply.  Strangely enough I still had that set from the old 
> days. 
>  However, it doesn't seem to work.  I tried setting it again a few times, but 
> it didn't work, i.e.:
> 
>     set -g fish_color_search_match blue --background
>     set -u fish_color_search_match blue --background
> 
> Any tips?  Version 2.1.0.

set -u fish_color_search_match --background=blue

-Kevin
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to