Skip to content

Instantly share code, notes, and snippets.

@guycalledseven
Created February 29, 2016 19:10
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 guycalledseven/7b5025c464470d02a04c to your computer and use it in GitHub Desktop.
Save guycalledseven/7b5025c464470d02a04c to your computer and use it in GitHub Desktop.
enables case insensitive autocomplete with up/down arrows
# https://coderwall.com/p/oqtj8w/the-single-most-useful-thing-in-bash
"\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