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

Re: Exiting zsh with jobs in background



Steve Talley wrote:
>When zsh has multiple completion possibilities, it gives the the
>error:
>
>zsh: do you wish to see all <n> possibilities?

It's not an error message.

>What is the minimum value of n such that this message will appear?

Whatever would cause the list not to fit on the screen.

>                                                                    Can
>I change this value or disable the message entirely?

You can change $LISTMAX to some fixed number.  To disable the message,
set it to something large.

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author