Skip to content

Instantly share code, notes, and snippets.

@sleicester
Created January 25, 2014 18:13
Show Gist options
  • Save sleicester/424b1ab9d29c34d2743c to your computer and use it in GitHub Desktop.
Save sleicester/424b1ab9d29c34d2743c to your computer and use it in GitHub Desktop.
.inputrc This helps history search based on what you type and pressing the up and down keys
# Incremental searching with Up and Down keys
# http://www.ukuug.org/events/linux2003/papers/bash_tips/#slide12
"\e[A": history-search-backward
"\e[B": history-search-forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment