Last active
July 27, 2016 07:10
-
-
Save royingantaginting/c58aa82eba3cbb987f6bf7f113fe1ffe to your computer and use it in GitHub Desktop.
Autocomplete from history for Bash. To install this keyboard shortcut, put this file at ~/.input and open new terminal.
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 | |
"\e[B": history-search-forward | |
"\eOA": history-search-backward | |
"\eOB": history-search-forward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment