]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh: Display multiple matches in different groups.
authorSimon Ruderich <simon@ruderich.org>
Tue, 10 Mar 2009 16:38:34 +0000 (17:38 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 10 Mar 2009 16:38:34 +0000 (17:38 +0100)
See source code for more information.

zsh/rc

diff --git a/zsh/rc b/zsh/rc
index f283279fe4d1fc01c3c28544f411522104739136..858f5fc9b54dc0af76a6790bd755b3cdb49133bc 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -243,6 +243,11 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
 # Make completion lists scrollable so "do you wish to see all n possibilities"
 # is no longer displayed.
 zstyle ':completion:*' list-prompt '%p'
+# Display group name (like 'external command', 'alias', etc.) when there are
+# multiple matches in bold.
+zstyle ':completion:*' format '    %B%d%b:'
+# Display different types of matches separately.
+zstyle ':completion:*' group-name ''
 
 # Ignore completion functions.
 zstyle ':completion:*:functions' ignored-patterns '_*'