Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bash-like autocompletition
- X-seq: zsh-users 15286
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: Matthias Brandt <mb@xxxxxxx>
- Subject: Re: Bash-like autocompletition
- Date: Tue, 17 Aug 2010 08:45:30 +0200
- Cc: "zsh-users\@zsh.org" <zsh-users@xxxxxxx>
- In-reply-to: <4C6A2880.8090403@xxxxxxx> (Matthias Brandt's message of "Tue, 17 Aug 2010 08:13:20 +0200")
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <4C6A2880.8090403@xxxxxxx>
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