From 2e92b748ae84a69bb0d15395e331db2d788de62d Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 7 Nov 2024 14:49:11 -0500 Subject: [PATCH] Revert back to stock zim completion `matcher-list` Current config has really annoying behaviour with options that have both shared prefix and suffix, and it seems that the original issue was fixed at some point. --- .zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zshrc b/.zshrc index b560b15..d7ed310 100644 --- a/.zshrc +++ b/.zshrc @@ -55,9 +55,6 @@ setopt INC_APPEND_HISTORY # rehashes on bin change, might cause performance issues zstyle ':completion:*' rehash true -# Fix completion matching: # https://github.com/zimfw/completion/issues/10 -zstyle ':completion:*' matcher-list 'm:{[:lower:]-}={[:upper:]_} r:|[.]=**' '+l:|=*' - # History Substring Search bindings (PageUp and PageDown) bindkey '^[[5~' history-substring-search-up bindkey '^[[6~' history-substring-search-down