Re-enable completion and case insensitivity
This commit is contained in:
parent
78eff56e53
commit
71c155a20f
6
tag-zsh/zsh/configs/completion.zsh
Normal file
6
tag-zsh/zsh/configs/completion.zsh
Normal file
|
@ -0,0 +1,6 @@
|
|||
autoload -U compinit
|
||||
compinit
|
||||
|
||||
## case-insensitive (all), partial-word and then substring completion
|
||||
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' \
|
||||
'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
|
Loading…
Reference in a new issue