Re-enable completion and case insensitivity
This commit is contained in:
parent
78eff56e53
commit
71c155a20f
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue