Browse Source

Make Shift+Tab move backwards in the menu

master
Tomas Kramar 14 years ago
parent
commit
5edeaf9e11
  1. 3
      lib/key-bindings.zsh

3
lib/key-bindings.zsh

@ -20,6 +20,7 @@ bindkey "^[[F" end-of-line @@ -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 @@ -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'
#
#

Loading…
Cancel
Save