summaryrefslogtreecommitdiff
path: root/etc/completion
diff options
context:
space:
mode:
Diffstat (limited to 'etc/completion')
-rw-r--r--etc/completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completion b/etc/completion
index 1dfa7f8..15b6508 100644
--- a/etc/completion
+++ b/etc/completion
@@ -12,7 +12,7 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion:*' menu select=1
# Complete uppercase names with lowercase and spaces with _
-zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z} m:_=\\\ ' ''
+zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z} m:_=\\\ ' '+ l:|=* r:|=*'
# Be verbose
zstyle ':completion:*' verbose true