Skip to content

Instantly share code, notes, and snippets.

@thomasaarholt
Created February 27, 2019 21:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasaarholt/783d86869cd450becba0f8a608f6ea38 to your computer and use it in GitHub Desktop.
Save thomasaarholt/783d86869cd450becba0f8a608f6ea38 to your computer and use it in GitHub Desktop.
Absolutely necessary .inputrc hotkeys for navigating in bash
"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[C": forward-char
"\e[D": backward-char
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment