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

@ -32,4 +32,8 @@ alias mopd="nohup mopidy >/dev/null 2>&1 &"
unsetopt share_history
#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