Created
November 24, 2010 13:28
-
-
Save dx7/713653 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
# 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 | |
# Next thing is to fix an input problem (from iTerm FAQ) | |
set meta-flag on | |
set input-meta on | |
set output-meta on | |
set convert-meta off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment