From 553583de2158242b3161fb66068eb7c6400d0a10 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 10 Jun 2010 15:38:19 +0200 Subject: [PATCH] zshrc: do not enable menu selection for directory-stack, this modifies ctrl-d behaviour as well --- etc/zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 8d7a7df..96064fb 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2475,8 +2475,8 @@ grmlcomp() { # format on completion zstyle ':completion:*:descriptions' format $'%{\e[0;31m%}completing %B%d%b%{\e[0m%}' - # complete 'cd -' with menu - zstyle ':completion:*:*:cd:*:directory-stack' menu yes select + # automatically complete 'cd -' and 'cd -' with menu + # zstyle ':completion:*:*:cd:*:directory-stack' menu yes select # insert all expansions for expand completer zstyle ':completion:*:expand:*' tag-order all-expansions -- 2.1.4