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