Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
history menu completion?
- X-seq: zsh-users 5259
- From: <vts@xxxxxxxxxxxxxxxxxxxx>
- To: <zsh-users@xxxxxxxxxx>
- Subject: history menu completion?
- Date: Fri, 16 Aug 2002 18:51:57 -0500 (CDT)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Here is a scenario:
$ somecommand -with -fancy /options/and/a/long/path
$ somecommand -with -more -fancy /options/and/another/long/path
.
Now, if I do:
$ !somecom<TAB>
I'll get the following
$ somecommand -with -more -fancy /options/and/another/long/path
At this point, I would like to be able to hit <TAB> again to get:
$ somecommand -with -fancy /options/and/a/long/path
the same way it works for ambiguous filename completion. Searches
have failed me: Is there a way to do this with zsh?
If not, there should be!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author