Last active
April 4, 2017 13:01
-
-
Save simonmulser/e165578cda0f955e2d1c to your computer and use it in GitHub Desktop.
personal inputrc
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
"\e[A": history-search-backward | |
"\e[B": history-search-forward | |
"\e[C": forward-char | |
"\e[D": backward-char |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment