]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
add: completion setting that was supposed to make completing stuff with special chars...
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Thu, 29 Dec 2022 09:34:49 +0000 (10:34 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Thu, 29 Dec 2022 09:34:49 +0000 (10:34 +0100)
.zsh_comprc

index 1a0de591fcc7e05f5b9d801f4383745cc6d6c310..0a6243ef48f039b4fa6a396fc9538d7388cccdde 100644 (file)
@@ -15,6 +15,8 @@ zstyle ':completion:*' list-colors ''
 zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
 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:*' max-errors 1
 zstyle ':completion:*' menu select=5
 zstyle ':completion:*' original true