Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to insert completions on command line
- X-seq: zsh-users 10623
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: How to insert completions on command line
- Date: Sat, 19 Aug 2006 11:17:54 -0700
- In-reply-to: <237967ef0608182215q2b59fdb0w5f645f72385a9508@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef0608181647v2c9d526evd1afa34d9b0a366d@xxxxxxxxxxxxxx> <060818205326.ZM24653@xxxxxxxxxxxxxxxxxxxxxx> <237967ef0608182215q2b59fdb0w5f645f72385a9508@xxxxxxxxxxxxxx>
On Aug 18, 10:16pm, Mikael Magnusson wrote:
}
} > zstyle :completion:expand-word:expand:\* tag-order all-expansions
} >
} > Then type ctrl-X e
}
} This seems to only have an effect on globbing completions
That's the second time this summer I've misinterpreted that same
question. (Which means the answer is in the zsh-users archives
from only a few weeks ago, if you had looked.)
Look up _all_matches in the manual.
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author