Skip to content

Instantly share code, notes, and snippets.

@lmatt-bit
Last active May 15, 2017 02:05
Show Gist options
  • Save lmatt-bit/32d7c40644e5f9657c14bafd64510cca to your computer and use it in GitHub Desktop.
Save lmatt-bit/32d7c40644e5f9657c14bafd64510cca to your computer and use it in GitHub Desktop.
fix home & end key for zsh
#bindkey -v
bindkey '\eOH' beginning-of-line
bindkey '\eOF' end-of-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment