Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: wish for a colored completion system



>>>>> "Bart" == Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx> writes:

    Bart> On Jun 8, 3:39pm, Fletch wrote:
    >>  If I add '=lemur*=01;32' to ':completion:*' list-colors it
    >> works fine (ssh l<C-d> produces three highighted lemur* and
    >> plain localhost and lp).

    Bart> Aha!  You have host names and user names listed
    Bart> simultaneously.

    Bart> Add this:

    Bart> zstyle ':completion:*' group-name ''

    Bart> That will make two sub-lists, one of host names and one of
    Bart> user names, and then you'll get the colors in the host
    Bart> names.

        That indeed fixes it.  Perhaps there should be a compinstall
option under `display and insertion options' to toggle this behavior
(or maybe make it set by default)?

-- 
Fletch                | "If you find my answers frightening,       __`'/|
fletch@xxxxxxxxxxxx   |  Vincent, you should cease askin'          \ o.O'
678 443-6239(w)       |  scary questions." -- Jules                =(___)=
                      |                                               U



Messages sorted by: Reverse Date, Date, Thread, Author