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

Re: _expand completer and hashed dirs



Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>:
[...]
> (1) the -tilde- context is only applied inside the _tilde completer,
>     not inside all completers

Ha, awesome.

Now that you mentioned the _tilde completer, I thought "why not use
that one?".

So, now my completer line reads like this:

zstyle ':completion:*' completer _tilde _expand _complete _ignored _approximate

And that seems to do what I want so far. :-)
So, thanks again for hinting me into the right direction.

Regards, Frank



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