Skip to content

Instantly share code, notes, and snippets.

@DeamonMV
Created April 27, 2018 11:38
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 DeamonMV/8a287ce9cab809583c845fc100b2fc28 to your computer and use it in GitHub Desktop.
Save DeamonMV/8a287ce9cab809583c845fc100b2fc28 to your computer and use it in GitHub Desktop.
small feature to make search in history by using Up Down buttons
# add this line into /etc/inputrc
#
"\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