zsh-users
 help / color / mirror / code / Atom feed
From: Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
To: zsh-users@sunsite.auc.dk
Subject: Re: 2 questions
Date: Wed, 19 Apr 2000 16:25:54 +0200 (MET DST)	[thread overview]
Message-ID: <200004191425.QAA24407@beta.informatik.hu-berlin.de> (raw)
In-Reply-To: Jason Price's message of Tue, 18 Apr 2000 14:24:32 -0400


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@informatik.hu-berlin.de


             reply	other threads:[~2000-04-19 14:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-19 14:25 Sven Wischnowsky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-04-18 18:24 Jason Price
2000-04-18 20:52 ` Oliver Kiddle
1995-10-31 16:13 Jose Unpingco
1995-11-01  8:46 ` P.Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200004191425.QAA24407@beta.informatik.hu-berlin.de \
    --to=wischnow@informatik.hu-berlin.de \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).