Browse code

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

Robby Russell authored on 01/10/2010 at 03:48:10
Showing 1 changed files
... ...
@@ -20,6 +20,7 @@ bindkey "^[[F"  end-of-line
20 20
 bindkey "^[[4~" end-of-line
21 21
 bindkey ' ' magic-space    # also do history expansion on space
22 22
 
23
+bindkey '^[[Z' reverse-menu-complete
23 24
 
24 25
 # consider emacs keybindings:
25 26