Skip to content

Instantly share code, notes, and snippets.

@sobujbd
Created October 7, 2018 04:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sobujbd/6ccda55e1d3486112bbc562e8eee7977 to your computer and use it in GitHub Desktop.
Save sobujbd/6ccda55e1d3486112bbc562e8eee7977 to your computer and use it in GitHub Desktop.
Bash history search with up-arrow, down-arrow
## arrow up
"\e[A":history-search-backward
## arrow down
"\e[B":history-search-forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment