From 98de7ae58026dc8a84a3f06b553c363264ac1457 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 23 Apr 2014 11:15:59 -0700 Subject: [PATCH] Add middle-path completion --- .zshenv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshenv b/.zshenv index a286328..3fb788c 100644 --- a/.zshenv +++ b/.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