Skip to content

Instantly share code, notes, and snippets.

@n8henrie
Created April 24, 2016 21:44
Show Gist options
  • Save n8henrie/c69de3e3c9d99668965473d1d315c855 to your computer and use it in GitHub Desktop.
Save n8henrie/c69de3e3c9d99668965473d1d315c855 to your computer and use it in GitHub Desktop.
My basic inputrc for incremental search
"\e[A": history-search-backward
"\e[B": history-search-forward
set show-all-if-ambiguous on
set completion-ignore-case on
$include /etc/inputrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment