Created
February 14, 2018 03:15
-
-
Save 3on/1be0c80661302f6be2b60d36fe79fdb4 to your computer and use it in GitHub Desktop.
History search on arrows
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
## arrow up | |
"\e[A":history-search-backward | |
## arrow down | |
"\e[B":history-search-forward | |
## Found here: https://askubuntu.com/questions/59846/bash-history-search-partial-up-arrow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment