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 14785
- From: Ian Clarke <ian@xxxxxxxxxxxxxx>
- To: Matias Graña <matias.alejo@xxxxxxxxx>
- Subject: Re: make zsh completion ergonomics closer to those of bash?
- Date: Wed, 3 Feb 2010 15:33:57 -0600
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type; bh=xtObgxgGCvtTptlbtFGnABQYeke4hOe+ZG9yFZb6UNY=; b=k+FgLhnuOTjYQP3WMbosu1y05vpFvOxgdkcPta1tQmCuXbk1RXEUx6AM1Jo2Ij2JvJ 3FP/+Zym2hvYJwUHIIitTmDFlH9iIKaRcIf/KVSBm4ygFEbOXfVEJH+0njik9pzOc/v2 BAQIdgY2kJ2FjLjEUgGiVk8OeTivZh13WfdWg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=p0TSjC5ZgiKVhG66prmf0XG96jlULSFtIS/LLUCDQnUKCZbcdi6hcnVfJXY3W+SSGB 1Yb8VribEIKB8d0/fbanVkwTSMbWBefQC6pu+MLGgcbUz+w1x//6F/asAd72s+xm6rkR hvoX9D3UwPITFHe9IRaomcdXIypm0zCt0WQU4=
- In-reply-to: <843c889d1002031327k3332da79v9e0edc2520fa71dc@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> <843c889d1002031327k3332da79v9e0edc2520fa71dc@xxxxxxxxxxxxxx>
- Sender: ian.clarke@xxxxxxxxx
On Wed, Feb 3, 2010 at 3:27 PM, Matias Graña <matias.alejo@xxxxxxxxx> wrote:
> 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.
>
Thanks Matías, unfortunately I couldn't find MENUCOMPLETE anywhere in my
.zshrc or any file sourced from it. I tried typing "unsetopt MENUCOMPLETE"
but it didn't help :-(
Ian.
--
Ian Clarke
CEO, SenseArray
Email: ian@xxxxxxxxxxxxxx
Ph: +1 512 422 3588
Messages sorted by:
Reverse Date,
Date,
Thread,
Author