Skip to content

Instantly share code, notes, and snippets.

@Andrew8xx8
Created May 22, 2012 11:09
Show Gist options
  • Select an option

  • Save Andrew8xx8/2768395 to your computer and use it in GitHub Desktop.

Select an option

Save Andrew8xx8/2768395 to your computer and use it in GitHub Desktop.
Bind Home&End buttons in zsh
bindkey "^[[1~" beginning-of-line
bindkey "^[[4~" end-of-line
bindkey "^[OH" beginning-of-line
bindkey "^[OF" end-of-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment