Zsh Mailing List Archive
Messages sorted by:
Reverse Date
,
Date
,
Thread
,
Author
How to make l/r:|=* matcher default in completion?
X-seq
: zsh-users 27915
From
: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
To
: Zsh Users <zsh-users@xxxxxxx>
Subject
: How to make l/r:|=* matcher default in completion?
Date
: Sat, 23 Jul 2022 13:23:19 +0200
Archived-at
: <https://zsh.org/users/27915>
List-id
: <zsh-users.zsh.org>
Hi,
I've tried:
zstyle ':completion:*:*:*:*' matcher 'r:|=* l:|=*'
but git checkout cd still doesn't complete a branch with cd in its name.
--
Best regards,
Sebastian Gniazdowski
Follow-Ups
:
Re: How to make l/r:|=* matcher default in completion?
From:
Bart Schaefer
Messages sorted by:
Reverse Date
,
Date
,
Thread
,
Author