depot/config/zsh/components/fuzzy-tab.zsh
2022-01-14 22:49:37 +01:00

5 lines
156 B
Bash

zstyle ':completion:*' matcher-list '' \
'm:{a-z\-}={A-Z\_}' \
'r:[^[:alpha:]]||[[:alpha:]]=** r:|=* m:{a-z\-}={A-Z\_}' \
'r:|?=** m:{a-z\-}={A-Z\_}'