Skip to content

Instantly share code, notes, and snippets.

@3on
Created February 14, 2018 03:15
Show Gist options
  • Save 3on/1be0c80661302f6be2b60d36fe79fdb4 to your computer and use it in GitHub Desktop.
Save 3on/1be0c80661302f6be2b60d36fe79fdb4 to your computer and use it in GitHub Desktop.
History search on arrows
## arrow up
"\e[A":history-search-backward
## arrow down
"\e[B":history-search-forward
## Found here: https://askubuntu.com/questions/59846/bash-history-search-partial-up-arrow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment