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

Re: Bash-like autocompletition



Matthias Brandt wrote:
> I'm just switching from bash to zsh and what i'm really confused about
> is the autocompletition. Can i tell zsh *not* to complete the whole
> first menu entry automatically?
>
> Something like this:
>
> $ ls
> aaaabcdefg  aabg  aabcdefg
> $ ls a<tab>                        #i want the cli only complete
> $ ls aa                            #until the first ambigous character.
> aaaabcdefg  aabg        aabcdefg   #<- the menu will be shown
>
>
> Any idea how to configure this?

As a quick-start into compsys, you may want to try this:

   <http://zshwiki.org/home/examples/compquickstart>

It's likely closer to what you want. You can go from there.

Regards, Frank



Messages sorted by: Reverse Date, Date, Thread, Author