Created
September 4, 2017 22:42
-
-
Save jameshiggins/bce15ceadf6d19584e332318d3067146 to your computer and use it in GitHub Desktop.
secret up down arrow command 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
"\e[A": history-search-backward # arrow up | |
"\e[B": history-search-forward # arrow down |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment