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

Re: `zstyle '*' list-rows-first no` doesn't appear to work



On 1/24/24, Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
> For example, in this environment:
>
> % zsh -f
> % autoload compinit
> % compinit
> % zstyle '*' list-rows-first no
> %
>
> No matter which completions I try (except for those that use _describe or
> `compadd -ld`), they're always listed horizontally.
>
> What am I missing?

no is the default, set it to yes to see a difference (which you will
only do if there is more than one column in the listing).

-- 
Mikael Magnusson




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