mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 12:48:01 +00:00
Make Shift+Tab move backwards in the menu
This commit is contained in:
parent
5b06b4c2b6
commit
5edeaf9e11
@ -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
|
||||
#bindkey '^I' complete-word
|
||||
## Fix weird sequence that rxvt produces
|
||||
#bindkey -s '^[[Z' '\t'
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user