Skip to content

Instantly share code, notes, and snippets.

@imightbeamy
imightbeamy / .inputrc
Created November 4, 2015 20:52
Arrow Key history search for bash
"\e[A": history-search-backward
"\e[B": history-search-forward
set show-all-if-ambiguous on
set completion-ignore-case on
TAB: menu-complete