From a96a9b0113336a584286c18131ffa5a934a6561f Mon Sep 17 00:00:00 2001 From: Hendrik Jäger Date: Thu, 29 Dec 2022 10:34:49 +0100 Subject: add: completion setting that was supposed to make completing stuff with special chars simpler but broke something else --- .zsh_comprc | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3