Browse Source

Make Shift+Tab move backwards in the menu

Tomas Kramar 14 years ago
parent
commit
3e1d5fa316
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/key-bindings.zsh

+ 2 - 1
lib/key-bindings.zsh

@@ -20,6 +20,7 @@ bindkey "^[[F"  end-of-line
 bindkey "^[[4~" end-of-line
 bindkey ' ' magic-space    # also do history expansion on space
 
+bindkey '^[[Z' reverse-menu-complete
 
 # consider emacs keybindings:
 
@@ -38,4 +39,4 @@ bindkey ' ' magic-space    # also do history expansion on space
 #bindkey '^I' complete-word
 ## Fix weird sequence that rxvt produces
 #bindkey -s '^[[Z' '\t'
-#
+#