Adding a simple file in the home directory of either OSX or linux allows partial terminal commands to become searchable. Inside of ~/.inputrc add:
1 2 3 4 |
"\e[A": history-search-backward "\e[B": history-search-forward set show-all-if-ambiguous on set completion-ignore-case on |