depot/config/zsh/components/fuzzy-tab.zsh

5 lines
156 B
Bash
Raw Normal View History

2021-06-05 23:59:06 +03:00
zstyle ':completion:*' matcher-list '' \
'm:{a-z\-}={A-Z\_}' \
'r:[^[:alpha:]]||[[:alpha:]]=** r:|=* m:{a-z\-}={A-Z\_}' \
'r:|?=** m:{a-z\-}={A-Z\_}'