Browse Source

Fix Shift-Tab completion problem

merge-requests/1/merge
lhark 10 years ago
parent
commit
3028cde718
  1. 2
      zshrc

2
zshrc

@ -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.

Loading…
Cancel
Save