Skip to content

Instantly share code, notes, and snippets.

@JSchulte01
Created January 10, 2019 13:21
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 JSchulte01/79b14ffd324d683ebd825e9f68cdda25 to your computer and use it in GitHub Desktop.
Save JSchulte01/79b14ffd324d683ebd825e9f68cdda25 to your computer and use it in GitHub Desktop.
.inputrc
## Adds the ability to search command history by typing and then pressing up arrow
$include /etc/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