Last active
May 15, 2017 02:05
-
-
Save lmatt-bit/32d7c40644e5f9657c14bafd64510cca to your computer and use it in GitHub Desktop.
fix home & end key for zsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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