Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bash-like autocompletition
- X-seq: zsh-users 15290
- From: Guillaume Brunerie <guillaume.brunerie@xxxxxxxxx>
- To: Matthias Brandt <mb@xxxxxxx>
- Subject: Re: Bash-like autocompletition
- Date: Tue, 17 Aug 2010 10:13:15 +0200
- Cc: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=r06VoR7xV30MKAjYJnNm8Dl8h2GOWxKlhWC3TQPTmTE=; b=AqOtG7RMJrb3duJT5oM4BcdxLJ5fji/6h8/G19qtWc5+jMPEDzZCLFwW7utAWO0Eoe 8d63sqID6xSpevj5qIfRkKQ8pTZR5uY8XokozSNbBEcT+ImGY50+X9ga83lWC1c74NmH U7PxMMx2yFvQ3mGyK09tmX3AhsZWLwjKAX/H4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=oTc6kwOe6SWiN1gjPFo1F7jBqPdUL2TKR344WgFwvKwufsGHKSt9OPxW7NtBAnu1Fl 9kdpb+W0P3dxufZpMn5IAlxGcjeJOB1n6ws++1rhXFcAHxrhyfRfeshLAdzKC5m6oKPl /mCujHYmBZrrWko66KWxrDsh1kQ8lrrqvhSWI=
- In-reply-to: <4C6A2880.8090403@xxxxxxx>
- 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>
2010/8/17 Matthias Brandt <mb@xxxxxxx>
> Hi,
>
> 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?
>
> Thank you,
> Matthias
>
I'm not sure I understand your problem, but try "unsetopt automenu".
Messages sorted by:
Reverse Date,
Date,
Thread,
Author