-
-
Save MaximBazarov/8d1c59f47a0c9f558c9d3d2944a82f1f to your computer and use it in GitHub Desktop.
~/.inputrc for OSX up and down arrow bash history completion (enter the beginning of a command and press up to scroll through matches)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set completion-ignore-case On | |
"\e[B": history-search-forward | |
"\e[A": history-search-backward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment