From 5acbc5153d58fcad2d40ccc774af1accf41e4c8b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 2 May 2009 17:36:36 +0200 Subject: completion: Expand any part of a file name, not just the beginning --- etc/completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/completion') 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 -- cgit v1.2.3