Fixed HOME/END keys in terminals
This commit is contained in:
parent
8b8cf96129
commit
372eced086
|
@ -32,4 +32,8 @@ alias mopd="nohup mopidy >/dev/null 2>&1 &"
|
||||||
unsetopt share_history
|
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
|
Loading…
Reference in New Issue