zshrc: do not enable menu selection for directory-stack, this modifies ctrl-d behavio...
authorMichael Prokop <mika@grml.org>
Thu, 10 Jun 2010 13:38:19 +0000 (15:38 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 10 Jun 2010 13:38:19 +0000 (15:38 +0200)
etc/zsh/zshrc

index 8d7a7df..96064fb 100644 (file)
@@ -2475,8 +2475,8 @@ grmlcomp() {
     # format on completion
     zstyle ':completion:*:descriptions'    format $'%{\e[0;31m%}completing %B%d%b%{\e[0m%}'
 
-    # complete 'cd -<tab>' with menu
-    zstyle ':completion:*:*:cd:*:directory-stack' menu yes select
+    # automatically complete 'cd -<tab>' and 'cd -<ctrl-d>' with menu
+    zstyle ':completion:*:*:cd:*:directory-stack' menu yes select
 
     # insert all expansions for expand completer
     zstyle ':completion:*:expand:*'        tag-order all-expansions