Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: get the list of completions immediately
- X-seq: zsh-users 10844
- From: denis <blacklotus@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: get the list of completions immediately
- Date: Thu, 12 Oct 2006 12:51:44 +0200
- Cc: Andrey Borzenkov <arvidjaar@xxxxxxxxxx>
- In-reply-to: <200610120648.20734.arvidjaar@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <200610120648.20734.arvidjaar@xxxxxxxxxx>
Andrey Borzenkov wrote:
> On Thursday 12 October 2006 02:32, denis wrote:
> > % 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?
>
> I'd assume 'setopt autolist'
That option was already set. But you pointed me in the right
direction. The option I was looking for is 'nolistambiguous'.
Thank you.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author