浏览代码

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

Robby Russell 13 年之前
父节点
当前提交
6104e59c8d
共有 1 个文件被更改,包括 1 次插入0 次删除
  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: