Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: menu completion
Sorry for a slow reply:
> 2020/04/06 11:18, Pier Paolo Grassi <pierpaolog@xxxxxxxxx> wrote:
> in my .zshrc I have
>
> zstyle ':completion:*' menu select=2
Try the following instead:
zstyle ':completion:*' menu on select=2
Description of the 'menu' style in zshcompsys(1) may suggest that
only select=2 is sufficient, but it seems 'on' is also required.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author