Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: menu select suggestion
- X-seq: zsh-workers 44857
- From: Jun T <takimoto-j@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: menu select suggestion
- Date: Mon, 21 Oct 2019 12:15:25 +0900
- Cc: Perry Smith <pedz@xxxxxxxxxxxxxxxx>
- In-reply-to: <1ACCA23A-15B5-4186-811A-3B4A5692C952@easesoftware.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1ACCA23A-15B5-4186-811A-3B4A5692C952@easesoftware.com>
> 2019/10/16 2:32, Perry Smith <pedz@xxxxxxxxxxxxxxxx> wrote:
>
> I figured this out by tweaking
>
> zstyle ':completion:*:*:*:*:*' menu XXX
>
> to the different values. What confused me is that (at least with the
> configuration I started from) I need to hit tab a second time before I
> see any difference.
If you haven't yet figured out how to configure the 'menu' style,
please try
zstyle ':completion:*:*:*:*:*' menu on select
i.e., specify BOTH 'on' (or 'true', 'yes', '1') and 'select'.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author