From: Michael Prokop Date: Thu, 10 Jun 2010 13:38:19 +0000 (+0200) Subject: zshrc: do not enable menu selection for directory-stack, this modifies ctrl-d behavio... X-Git-Tag: v0.3.83~2 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=553583de2158242b3161fb66068eb7c6400d0a10 zshrc: do not enable menu selection for directory-stack, this modifies ctrl-d behaviour as well --- 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