Created
January 11, 2012 23:15
-
-
Save dx7/1597391 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
| # my .inputrc file | |
| # allow you to start typing a command and use the up/down arrow to auto complete from commands in your history | |
| "\e[B": history-search-forward | |
| "\e[A": history-search-backward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment