Skip to content

Instantly share code, notes, and snippets.

@sirkkalap
Created May 11, 2017 17:24
Show Gist options
  • Save sirkkalap/10de6496d9cd71e6a3d9874a3997a9b0 to your computer and use it in GitHub Desktop.
Save sirkkalap/10de6496d9cd71e6a3d9874a3997a9b0 to your computer and use it in GitHub Desktop.
.inputrc with history search
### .inputrc
## 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