Skip to content

Instantly share code, notes, and snippets.

@annarailton
Last active July 12, 2019 21:06
Show Gist options
  • Save annarailton/d892a2fc617083ef80fb37332c2b6e4e to your computer and use it in GitHub Desktop.
Save annarailton/d892a2fc617083ef80fb37332c2b6e4e to your computer and use it in GitHub Desktop.
Config that allows history search
# 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