Fix Shift-Tab completion problem
This commit is contained in:
parent
fde3e3ea3e
commit
3028cde718
1 changed files with 2 additions and 0 deletions
2
zshrc
2
zshrc
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue