Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: `zstyle '*' list-rows-first no` doesn't appear to work
- X-seq: zsh-users 29556
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Marlon Richert <marlon.richert@xxxxxxxxx>
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: `zstyle '*' list-rows-first no` doesn't appear to work
- Date: Wed, 24 Jan 2024 20:33:49 +0100
- Archived-at: <https://zsh.org/users/29556>
- In-reply-to: <CAHLkEDuTrqOh8Xos7M8T4cFk9kXhY=Vbjobq+KphkMYUW7LC_A@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- References: <CAHLkEDuTrqOh8Xos7M8T4cFk9kXhY=Vbjobq+KphkMYUW7LC_A@mail.gmail.com>
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