Add middle-path completion

This commit is contained in:
Hunter Haugen 2014-04-23 11:15:59 -07:00
parent 9a11a4f960
commit 98de7ae580

View file

@ -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