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

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



The kind of behavior I was hoping for is to always list completions in a single column, using multiple columns only when they don’t all fit on screen.

Is that possible?

> On 24. Jan 2024, at 21.33, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> 
> 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