Created
January 25, 2014 18:13
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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