1
0
Fork 0

Make Shift+Tab move backwards in the menu

pull/4/head
Tomas Kramar 15 years ago
parent 5b06b4c2b6
commit 5edeaf9e11

@ -20,6 +20,7 @@ bindkey "^[[F" end-of-line
bindkey "^[[4~" end-of-line bindkey "^[[4~" end-of-line
bindkey ' ' magic-space # also do history expansion on space bindkey ' ' magic-space # also do history expansion on space
bindkey '^[[Z' reverse-menu-complete
# consider emacs keybindings: # consider emacs keybindings:

Loading…
Cancel
Save