Skip to content

Instantly share code, notes, and snippets.

@cp16net
Created May 23, 2013 15:14
Show Gist options
  • Save cp16net/5636825 to your computer and use it in GitHub Desktop.
Save cp16net/5636825 to your computer and use it in GitHub Desktop.
Allow up arrow and down arrow searching through history
"\e[A": history-search-backward
"\e[B": history-search-forward
set show-all-if-ambiguous on
set completion-ignore-case on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment