Use case-insensitive tab completion
This commit is contained in:
parent
b1e9914ee4
commit
738237f206
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ then
|
|||
. /etc/zshrc
|
||||
fi
|
||||
|
||||
autoload -Uz compinit && compinit
|
||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
|
||||
|
||||
bindkey -e
|
||||
bindkey "^[[1;5C" forward-word
|
||||
bindkey "^[[1;5D" backward-word
|
||||
|
|
Loading…
Reference in a new issue