Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: menu completion



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