Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: make zsh completion ergonomics closer to those of bash?
- X-seq: zsh-users 14788
- From: Matias Graña <matias.alejo@xxxxxxxxx>
- To: Ian Clarke <ian@xxxxxxxxxxxxxx>, zsh-users@xxxxxxx
- Subject: Re: make zsh completion ergonomics closer to those of bash?
- Date: Wed, 3 Feb 2010 18:27:37 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=icOdQV2ROxmQtbowyPzxwyVkmmQ686F1ABksV/ysa1M=; b=NFMuMMi9sKAaHqOcDCgfX/5yn5czxw1j3q6eB9FfXOHcJXNC9F0LCyLjs2ZLV7UeFt zuEGk07vbr7pRH8HxDSWzMjB4jmQTXzRH6QUqTQ5eQef+Kq8ptPvnDCETuWSKp1EZxH+ Jhm8PHVS5PBvk4yJBB/tGpsfvaZLrusQb9TqY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=eVdUssYbY/HuFW/cj4ZMS6Tya0Y92oASIWFGosLFI1y78b8x5PUCuWF9Yj9DHz/O/k gGsSCOnnRJYd6MxCW4KE9a65xLJvV5GBtphHPsgLqhGcugJdxRfyNhm/nmYWLr1IlUCA 1pOD2PaM8weVEoTiCigZXAPQQyH4SCeart0JQ=
- In-reply-to: <823242bd1002031303s325579e3x8333945d7b891e45@xxxxxxxxxxxxxx>
- 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: <823242bd1002031303s325579e3x8333945d7b891e45@xxxxxxxxxxxxxx>
On Wed, Feb 3, 2010 at 6:03 PM, Ian Clarke <ian@xxxxxxxxxxxxxx> wrote:
> When I hit the tab key, the first autocompletion is filled out
> automatically, and you need to cycle through the completions by
> hitting tab repeatedly (or using the arrow keys).
>
> Is there any way to make zsh completion act more like bash in this regard?
>
After a long try/error session, I've found a few days ago that the
variable MENUCOMPLETE had a lot to do with this.
See if you have "setopt MENUCOMPLETE" somewhere in your rc's and try
to comment it out.
-- Matías Graña
Messages sorted by:
Reverse Date,
Date,
Thread,
Author