Other completion / word fixes

This commit is contained in:
Andrew Tomaka 2016-08-15 10:05:09 -04:00
parent b5cab9cfa8
commit b5b41bb595

5
zshrc
View file

@ -41,6 +41,11 @@ fi
autoload -U compinit
compinit
setopt completeinword
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
# directory
setopt auto_cd
# better word definition
autoload -U select-word-style
select-word-style bash