Fixed HOME/END keys in terminals

This commit is contained in:
Jesper Fussing Moerk 2018-02-13 07:04:41 +01:00
parent 8b8cf96129
commit 372eced086
1 changed files with 5 additions and 1 deletions

View File

@ -33,3 +33,7 @@ unsetopt share_history
#Add OC support #Add OC support
source <(oc completion zsh) source <(oc completion zsh)
#HOME/END Support
bindkey "\e[7~" beginning-of-line
bindkey "\e[8~" end-of-line