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 14787
- From: Ian Clarke <ian@xxxxxxxxxxxxxx>
- To: "Benjamin R. Haskell" <zsh@xxxxxxxxxx>
- Subject: Re: make zsh completion ergonomics closer to those of bash?
- Date: Wed, 3 Feb 2010 16:19:02 -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=4LTACDOGWjNhhl1r5rQC4jbw5JsrjaTlmotfhAf0Coc=; b=qYEug66YJ4I1ezzJcHNxIOGdg2uAht5cdfUrlZTWcYW6E4Pe9pWEIy5Rsr3FE7WOvb uqYMIdsHJEe9AiCczZFI96iAvy5d4rhbZ6sfkAAAFoMD4+aOpk6cyRU4/3udhmBnZHu9 xT7lLiYk+V84YbprMi4fCHKz1Ynbsidsw0QIA=
- 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=MPmigwTvixjdnj6yMVWbUysaiMLyrYuP/EteT/WzaRDFNOeULcjZXIrr27LEa8v1Bw /N+4mA9RDop2sqG9abkgxVh8mwc7SoRyatbw6pQvcdxTx0DsjcYxyMlgpfSXcvueiUPR mWiauLHk0kaXF91NL9Fo0b3jp67pM5RzyGPYw=
- In-reply-to: <alpine.LNX.2.01.1002031640090.2729@xxxxxxxxxxx>
- 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> <823242bd1002031333i447cc89eye46c3f7eb2953647@xxxxxxxxxxxxxx> <alpine.LNX.2.01.1002031640090.2729@xxxxxxxxxxx>
- Sender: ian.clarke@xxxxxxxxx
Thanks Ben, unfortunately no luck :-( -
On Wed, Feb 3, 2010 at 3:56 PM, Benjamin R. Haskell <zsh@xxxxxxxxxx> wrote:
> nomenucomplete (synonym for unsetopt menucomplete) is the default.
>
> Using zsh-4.3.10, the only completion-related option I have is:
>
> $ setopt | grep -E 'comp|menu'
> noautomenu
I see the same:
$ setopt | grep -E 'comp|menu'
noautomenu
I've added these lines to the bottom of my .zshrc:
setopt listambiguous
setopt noautomenu
setopt noautolist
setopt nomenucomplete
Unfortunately it has had no noticeable effect on the auto-completion
behavior :-(
Incidentally, I'm using the default zsh on OSX 10.6 - zsh 4.3.9
(i386-apple-darwin10.0)
Ian.
--
Ian Clarke
CEO, SenseArray
Email: ian@xxxxxxxxxxxxxx
Ph: +1 512 422 3588
Messages sorted by:
Reverse Date,
Date,
Thread,
Author