Created
January 10, 2019 13:21
-
-
Save JSchulte01/79b14ffd324d683ebd825e9f68cdda25 to your computer and use it in GitHub Desktop.
.inputrc
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
## Adds the ability to search command history by typing and then pressing up arrow | |
$include /etc/inputrc | |
## arrow up | |
"\e[A":history-search-backward | |
## arrow down | |
"\e[B":history-search-forward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment