Skip to content

Instantly share code, notes, and snippets.

@dashmug
Created August 27, 2013 17:48
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 dashmug/6356710 to your computer and use it in GitHub Desktop.
Save dashmug/6356710 to your computer and use it in GitHub Desktop.
.inputrc for improved working on bash I forgot where I got this.
"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[C": forward-char
"\e[D": backward-char
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