Browse Source

Merge branch 'shifttab' of http://github.com/kremso/oh-my-zsh into kremso-shifttab

Robby Russell 13 years ago
parent
commit
6104e59c8d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/key-bindings.zsh

+ 1 - 0
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: