Browse Source

Make Shift+Tab move backwards in the menu

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

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

Loading…
Cancel
Save