Skip to content

Instantly share code, notes, and snippets.

@navidcy
Created July 20, 2018 21:34
Show Gist options
  • Save navidcy/15a4137bb2f4aa65bc23a61d6795724a to your computer and use it in GitHub Desktop.
Save navidcy/15a4137bb2f4aa65bc23a61d6795724a to your computer and use it in GitHub Desktop.
bash history search, partial + up-arrow
## This allows for bash history search, partial + up-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