Skip to content

Instantly share code, notes, and snippets.

@Bigsby
Created March 21, 2019 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bigsby/23abf86197b7915062f377d8cb583b56 to your computer and use it in GitHub Desktop.
Save Bigsby/23abf86197b7915062f377d8cb583b56 to your computer and use it in GitHub Desktop.
nano ~/.inputrc
# alternate mappings for "page up" and "page down" to search the history
"\e[5~": history-search-backward
"\e[6~": history-search-forward
# mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
"\e[1;5C": forward-word
"\e[1;5D": backward-word
"\e[5C": forward-word
"\e[5D": backward-word
"\e\e[C": forward-word
"\e\e[D": backward-word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment