Skip to content

Instantly share code, notes, and snippets.

@130db
Created April 18, 2013 23:38
Show Gist options
  • Save 130db/5417047 to your computer and use it in GitHub Desktop.
Save 130db/5417047 to your computer and use it in GitHub Desktop.
Useful .inputrc for bash. Ubuntu & Mac OS
"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[1~": beginning-of-line
"\e[4~": end-of-line
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