Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _expand completer and hashed dirs
- X-seq: zsh-users 14423
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: _expand completer and hashed dirs
- Date: Mon, 21 Sep 2009 17:09:33 +0200
- In-reply-to: <090921075433.ZM4471@xxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090921134728.GA10174@xxxxxxxxxxxxxxx> <200909211402.n8LE2dAo029543@xxxxxxxxxxxxxx> <20090921142434.GC10174@xxxxxxxxxxxxxxx> <090921075433.ZM4471@xxxxxxxxxxxxxxxxxxxxxx>
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