Last active
July 12, 2019 21:06
-
-
Save annarailton/d892a2fc617083ef80fb37332c2b6e4e to your computer and use it in GitHub Desktop.
Config that allows history search
This file contains hidden or 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
# May need to do | |
# $ bind -f ~/.inputrc | |
# to get these to work | |
"\e[A": history-search-backward | |
"\e[B": history-search-forward | |
"\e[C": forward-char | |
"\e[D": backward-char |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment