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

Re: menu completion



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