zsh: use case-insensitive completions
This commit is contained in:
parent
492c5ccfa7
commit
2deb497b0e
1 changed files with 2 additions and 5 deletions
|
@ -17,12 +17,9 @@ HISTFILE="${XDG_DATA_HOME:-$HOME/.local/share}/zsh/history"
|
|||
HISTSIZE=1000000
|
||||
SAVEHIST=1000000
|
||||
|
||||
|
||||
|
||||
|
||||
#autoload -U compinit
|
||||
autoload -Uz compinit && compinit
|
||||
zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}'
|
||||
zstyle ':completion:*' menu select
|
||||
#autoload -U compinit && compinit
|
||||
|
||||
# bindkey -M menuselect 'h' vi-backward-char
|
||||
# bindkey -M menuselect 'k' vi-up-line-or-history
|
||||
|
|
Loading…
Add table
Reference in a new issue