diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-12-29 10:34:49 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-12-29 10:34:49 +0100 |
commit | a96a9b0113336a584286c18131ffa5a934a6561f (patch) | |
tree | 4c8dd47a3c0efae92af7fa0cd00fcf329cbab667 /.zsh_comprc | |
parent | b4d264eec7187b1a8a5783683c484850a44bb4ba (diff) |
add: completion setting that was supposed to make completing stuff with special chars simpler but broke something else
Diffstat (limited to '.zsh_comprc')
-rw-r--r-- | .zsh_comprc | 2 |
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 |