Skip to content

Instantly share code, notes, and snippets.

@bdavidhicks
Last active September 20, 2017 14:38
Show Gist options
  • Save bdavidhicks/06dc45b587257e6db1bc4704f18a34b5 to your computer and use it in GitHub Desktop.
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
"\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