Zsh Mailing List Archive
Messages sorted by:
Reverse Date
,
Date
,
Thread
,
Author
`zstyle '*' list-rows-first no` doesn't appear to work
X-seq
: zsh-users 29552
From
: Marlon Richert <marlon.richert@xxxxxxxxx>
To
: Zsh Users <zsh-users@xxxxxxx>
Subject
: `zstyle '*' list-rows-first no` doesn't appear to work
Date
: Wed, 24 Jan 2024 15:25:37 +0200
Archived-at
: <https://zsh.org/users/29552>
List-id
: <zsh-users.zsh.org>
F
or example,
in this environment:
% zsh -f
% autoload compinit
% compinit
% zstyle '*' list-rows-first no
%
No matter which completions I try
(
except for those
t
hat use _describe or `compadd -ld`),
they're always listed horizontally.
What am I missing?
Follow-Ups
:
Re: `zstyle '*' list-rows-first no` doesn't appear to work
From:
Mikael Magnusson
Messages sorted by:
Reverse Date
,
Date
,
Thread
,
Author