From 412523cf61e4be0d3bc20e77c680484455a5f385 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Mon, 11 Dec 2023 09:55:20 +0100 Subject: [PATCH] add commented variant --- .zsh_comprc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zsh_comprc b/.zsh_comprc index 6b9e030..184f493 100644 --- a/.zsh_comprc +++ b/.zsh_comprc @@ -17,6 +17,7 @@ zstyle ':completion:*' list-suffixes true zstyle ':completion:*' match-original both # this breaks … something? max-errors possibly # zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' +'l:|=* r:|=*' +# zstyle ':completion:*' matcher-list m:{[:lower:]}={[:upper:]} zstyle ':completion:*' max-errors 1 zstyle ':completion:*' menu select=5 zstyle ':completion:*' original true -- 2.39.5