Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: menu completion
- X-seq: zsh-users 24743
- From: Dave Woodfall <dave@xxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: menu completion
- Date: Sun, 5 Apr 2020 17:48:26 +0100
- In-reply-to: <CAP+y1xAYjXjeAogMxcOJR_kCFF+2cXxOE3y=efRF5u8BgB73gg@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAP+y1xAYjXjeAogMxcOJR_kCFF+2cXxOE3y=efRF5u8BgB73gg@mail.gmail.com>
On 2020-04-05 14:00,
Pier Paolo Grassi <pierpaolog@xxxxxxxxx> put forth the proposition:
> Hello, when trying to complete with interactive menu completion some
> command with many options, eg grep, I get a message like
> zsh: do you wish to see all 156 possibilities (41 lines)?
> is it possibile to disable it and just see the interactive menu?
>
> Pier Paolo Grassi
If you use the zstyle `menu' set to `select' it should do this:
zstyle ':completion:*' menu select
There are more settings listed in man zshcompsys:
man zshcompsys | less -p "^ menu"
--
Dave
Messages sorted by:
Reverse Date,
Date,
Thread,
Author