Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
get the list of completions immediately
- X-seq: zsh-users 10831
- From: denis <blacklotus@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: get the list of completions immediately
- Date: Thu, 12 Oct 2006 00:32:58 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
consider the following example:
% ls
abc_one abc_two abc_three
% echo a<TAB>
now I have:
% echo abc_
and if I press tab one more time I see the possible completions.
What do I have to do to see the completions right after I pressed
tab the first time?
Thank you.
% zsh --version
zsh 4.2.5
Messages sorted by:
Reverse Date,
Date,
Thread,
Author