diff options
author | Robby Russell <robby@planetargon.com> | 2010-09-30 20:48:10 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2010-09-30 20:48:10 -0700 |
commit | 6104e59c8dd478b91851d91e2becd7ae5c8e787d (patch) | |
tree | 74583667436a178b1b568c22e4b3c3a0479fab7c | |
parent | 6c3b9daaf7cd1bf387d46e865f316c6815dc14d2 (diff) | |
parent | 3e1d5fa3164db236653756bde816c94af7d23b01 (diff) | |
download | zsh-6104e59c8dd478b91851d91e2becd7ae5c8e787d.tar.gz zsh-6104e59c8dd478b91851d91e2becd7ae5c8e787d.tar.bz2 zsh-6104e59c8dd478b91851d91e2becd7ae5c8e787d.zip |
Merge branch 'shifttab' of http://github.com/kremso/oh-my-zsh into kremso-shifttab
-rw-r--r-- | lib/key-bindings.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/key-bindings.zsh b/lib/key-bindings.zsh index 2e282d66a..7196a88ff 100644 --- a/lib/key-bindings.zsh +++ b/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: |