summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2022-12-29 10:34:49 +0100
committerHendrik Jäger <gitcommit@henk.geekmail.org>2022-12-29 10:34:49 +0100
commita96a9b0113336a584286c18131ffa5a934a6561f (patch)
tree4c8dd47a3c0efae92af7fa0cd00fcf329cbab667
parentb4d264eec7187b1a8a5783683c484850a44bb4ba (diff)
add: completion setting that was supposed to make completing stuff with special chars simpler but broke something else
-rw-r--r--.zsh_comprc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh_comprc b/.zsh_comprc
index 1a0de59..0a6243e 100644
--- a/.zsh_comprc
+++ b/.zsh_comprc
@@ -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