Last active
September 20, 2017 14:38
-
-
Save bdavidhicks/06dc45b587257e6db1bc4704f18a34b5 to your computer and use it in GitHub Desktop.
Git Bash configuration file to be placed in your home directory that changes the behavior of the arrow keys to be more like zsh
This file contains hidden or 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
"\e[A": history-search-backward | |
"\e[B": history-search-forward | |
"\e[C": forward-char | |
"\e[D": backward-char | |
"\e[1;5C": forward-word | |
"\e[1;5D": backward-word |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment