Skip to content

Instantly share code, notes, and snippets.

@MaximBazarov
Forked from timf/.inputrc
Last active April 1, 2019 20:02
Show Gist options
  • Save MaximBazarov/8d1c59f47a0c9f558c9d3d2944a82f1f to your computer and use it in GitHub Desktop.
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)
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