Fix Shift-Tab completion problem

This commit is contained in:
lhark 2015-11-24 18:58:10 +01:00
parent fde3e3ea3e
commit 3028cde718

2
zshrc
View file

@ -393,6 +393,8 @@ bindkey "^[OH" beginning-of-line
bindkey "^[OF" end-of-line
# Delete
bindkey "[3~" delete-char
# Shift-Tab
bindkey "^[[Z" reverse-menu-complete
# Finally, make sure the terminal is in application mode, when zle is
# active. Only then are the values from $terminfo valid.