Skip to content

Instantly share code, notes, and snippets.

@ChimeraCoder
Created January 16, 2013 20:57
Show Gist options
  • Save ChimeraCoder/4550882 to your computer and use it in GitHub Desktop.
Save ChimeraCoder/4550882 to your computer and use it in GitHub Desktop.
Basic .inputrc to allow smart search
$include /etc/inputrc
#Enables history search
"\e[A":history-search-backward
"\e[B":history-search-forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment