From b5b41bb5958e1ac8833bda8dd3c2ba74c19c09f7 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 15 Aug 2016 10:05:09 -0400 Subject: [PATCH] Other completion / word fixes --- zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zshrc b/zshrc index 4db293e..981b1ba 100644 --- a/zshrc +++ b/zshrc @@ -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