Last Updated: February 25, 2016
·
711
· 8xx8ru

Bind Home&End buttons in zsh

If on remote host in ZShell your Home and End keys are ignored, just type to zh.rc that lines:

bindkey "^[[1~" beginning-of-line
bindkey "^[[4~" end-of-line