Skip to content

Instantly share code, notes, and snippets.

@hectorh30
Created May 7, 2016 17:27
Show Gist options
  • Save hectorh30/29fd5921c6782b2c19016138c2c2445f to your computer and use it in GitHub Desktop.
Save hectorh30/29fd5921c6782b2c19016138c2c2445f to your computer and use it in GitHub Desktop.
# Alternate mappings for "page up" and "page down" to search the history
"\e[5~": history-search-backward
"\e[6~": history-search-forward
"\e[1;5C": forward-word # ctrl + right
"\e[1;5D": backward-word # ctrl + left
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment