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

Re: Complete with *part* not part*



On Feb 12,  4:39pm, Mikael Magnusson wrote:
} Subject: Re: Complete with *part* not part*
}
} On Fri, Feb 12, 2016 at 12:48 PM, Sebastian Gniazdowski
} <sgniazdowski@xxxxxxxxx> wrote:
} > want it be that "part" of plugin names will be completed not only as
} > part* but also as *part*.
} 
} That's something the user configures, not something you put in the
} completer. (Which they do with the matcher-list style).

Which you do like this:

    zstyle ':completion:*' matcher-list 'r:|=** l:|=*'



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