all repos — archive/dotfiles @ e11731541fa845777aae3a3f5a666c88f1f7218d

Superseded by nixfiles

zsh: Configure completion
Alan Pearce alan.pearce@spotcap.com
Wed, 13 Jul 2016 14:12:05 +0200
commit

e11731541fa845777aae3a3f5a666c88f1f7218d

parent

7f310bdc9950bd5b0ae18bba6967990a0d699c1c

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -54,6 +54,9 @@ alias llr="ll -t" 
 bindkey '\e[3~' delete-char
 
+zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' '+m:{A-Z}={a-z}'
+zstyle ':completion:*' completer _expand _complete _match
+
 if zplug check Tarrasch/zsh-autoenv
 then
 	AUTOENV_FILE_ENTER=.envrc