Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: menu completion
- X-seq: zsh-users 24749
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Pier Paolo Grassi <pierpaolog@xxxxxxxxx>
- Subject: Re: menu completion
- Date: Sun, 5 Apr 2020 21:29:36 +0200
- Cc: Zsh-Users List <zsh-users@xxxxxxx>
- 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>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAP+y1xAYjXjeAogMxcOJR_kCFF+2cXxOE3y=efRF5u8BgB73gg@mail.gmail.com>
On 4/5/20, Pier Paolo Grassi <pierpaolog@xxxxxxxxx> wrote:
> 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?
You can set LISTMAX=100000 or so to increase the default limit (which
is 100, I think). There is some other way to disable it too, because I
don't get the prompt and haven't set LISTMAX, but I'm not sure how I
did it :).
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author