diff --git a/zsh/.zshrc b/zsh/.zshrc index d19ed4c..7223c5c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -32,4 +32,8 @@ alias mopd="nohup mopidy >/dev/null 2>&1 &" unsetopt share_history #Add OC support -source <(oc completion zsh) \ No newline at end of file +source <(oc completion zsh) + +#HOME/END Support +bindkey "\e[7~" beginning-of-line +bindkey "\e[8~" end-of-line \ No newline at end of file