Skip to content

Instantly share code, notes, and snippets.

@royingantaginting
Last active July 27, 2016 07:10
Show Gist options
  • Save royingantaginting/c58aa82eba3cbb987f6bf7f113fe1ffe to your computer and use it in GitHub Desktop.
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.
"\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