Add middle-path completion
This commit is contained in:
parent
9a11a4f960
commit
98de7ae580
1 changed files with 2 additions and 0 deletions
2
.zshenv
2
.zshenv
|
|
@ -15,6 +15,8 @@ setopt prompt_subst appendhistory hist_ignore_space hist_ignore_all_dups extende
|
|||
unsetopt beep
|
||||
bindkey -e
|
||||
|
||||
zstyle ':completion:*' completer _complete
|
||||
zstyle ':completion:*' matcher-list '' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' '+l:|=* r:|=*'
|
||||
autoload -Uz compinit colors vcs_info select-word-style && colors
|
||||
compinit -u
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue