Created
May 7, 2016 17:27
-
-
Save hectorh30/29fd5921c6782b2c19016138c2c2445f to your computer and use it in GitHub Desktop.
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
# 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