Skip to content

Instantly share code, notes, and snippets.

@timf
Created January 23, 2013 15:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save timf/4608521 to your computer and use it in GitHub Desktop.
Save timf/4608521 to your computer and use it in GitHub Desktop.
~/.inputrc for OSX up and down arrow bash history completion (enter the beginning of a command and press up to scroll through matches)
"\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