Skip to content

Instantly share code, notes, and snippets.

@segrax
Last active August 29, 2015 14:03
Show Gist options
  • Save segrax/2c20897c48e843ff1801 to your computer and use it in GitHub Desktop.
Save segrax/2c20897c48e843ff1801 to your computer and use it in GitHub Desktop.
search command prompt history with auto complete
# .bashrc
bind '"\e[A":history-search-backward'
bind '"\e[B":history-search-forward'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment