Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: make zsh completion ergonomics closer to those of bash?



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