Skip to content

Instantly share code, notes, and snippets.

@dx7
Created November 24, 2010 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dx7/713653 to your computer and use it in GitHub Desktop.
Save dx7/713653 to your computer and use it in GitHub Desktop.
.inputrc
# 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