Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 2 questions
- X-seq: zsh-users 3026
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: 2 questions
- Date: Wed, 19 Apr 2000 16:25:54 +0200 (MET DST)
- In-reply-to: Jason Price's message of Tue, 18 Apr 2000 14:24:32 -0400
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
Jason Price wrote:
> ...
>
> This is not exactly what I want. I'd rather have menu complete when it's
> non unique, defaulting to the first option, and allowing tab'ing or
> arrowing through the list. New completion setup is as follows:
>
> ...
>
> zstyle ':completion:*' menu select=200
Apart from what Oliver already said...
If you want tabbing through the matches you can either `setopt menucomplete'
or use
zstyle ':completion:*' menu yes
if you want arrowing, use:
zstyle ':completion:*' menu yes select
Using `select=200' is a bit weird, giving you selection only for
rather longish lists -- and exactly that combination doesn't work in
dev-22 (if the list doesn't fit on the screen). The CVS has some new
code for that.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author