From 7d83624f1a506836a01b3a6e2c9224cf6f538e86 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 23 Jul 2008 12:24:36 +0200 Subject: etc/completion: Also complete ' ' with '_' --- etc/completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/completion b/etc/completion index 4c6f4cb..6a28e95 100644 --- a/etc/completion +++ b/etc/completion @@ -7,7 +7,7 @@ ls-colors: zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} # Mark the current selection when tabbing through possible completions zstyle ':completion:*' menu select=1 -# Also complete uppercase names with lowercase -zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' '' +# Complete uppercase names with lowercase and spaces with _ +zstyle ':completion:*' matcher-list 'm:_= m:{a-z}={A-Z}' '' _hosts() { compadd derf.homelinux.org kraftwerk saviour kappa nemesis aneurysm;} -- cgit v1.2.3