Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Inserting applicable completions to the command line?
- X-seq: zsh-users 8425
- From: Hannu Koivisto <azure@xxxxxx>
- To: Zsh Users' List <zsh-users@xxxxxxxxxx>
- Subject: Inserting applicable completions to the command line?
- Date: Tue, 25 Jan 2005 16:12:30 +0200
- Mail-copies-to: nobody
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: Hannu Koivisto <Hannu.Koivisto@xxxxxxxxxxx>
Greetings,
Is there an easy way to insert the currently applicable completions to
the command line as arguments? In other words, if I have written
"ls --a" and C-d shows me that the possible completions at this
point are --all, --almost-all and --author, I would like to hit
some key that turns my command line into
"ls --all --almost-all --author".
--
Hannu
Messages sorted by:
Reverse Date,
Date,
Thread,
Author