Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to insert completions on command line
- X-seq: zsh-users 10625
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: How to insert completions on command line
- Date: Sun, 20 Aug 2006 01:41:38 +0200
- In-reply-to: <060819111754.ZM28540@xxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef0608181647v2c9d526evd1afa34d9b0a366d@xxxxxxxxxxxxxx> <060818205326.ZM24653@xxxxxxxxxxxxxxxxxxxxxx> <237967ef0608182215q2b59fdb0w5f645f72385a9508@xxxxxxxxxxxxxx> <060819111754.ZM28540@xxxxxxxxxxxxxxxxxxxxxx>
On 2006-08-19 11:17:54 -0700, Bart Schaefer wrote:
> zle -C all-matches complete-word _generic
> bindkey '^Xa' all-matches
> zstyle ':completion:all-matches:*' old-matches only
> zstyle ':completion:all-matches::::' completer _all_matches
I've tried for instance: mail ^Xa
but the ^Xa has no effect, whereas [Tab] lists all the possible
completions.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author