Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: get the list of completions immediately



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