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

Re: zsh completer _approximate completer



joe M wrote:
> _approximate group-order works when I set the below:
> 
> zstyle ':completion:*' group-name ''
> 
> _expand does not though.

Have you perhaps got your tab key bound to expand-or-complete? That
would mean that you're using the old built-in expansion and not _expand.

If you want to use _expand (or _match) it is better to just do:
  bindkey '^I' complete-word

Other than that, if I copy your snippets of zstyle commands and add a
group-order style, it all works fine.

Oliver



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