Created
December 12, 2014 20:51
-
-
Save caspian311/7e37f1fdb62203b6341e to your computer and use it in GitHub Desktop.
Fix for terminal ctrl arrows
This file contains 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
# goes into ~/.inputrc or /etc/inputrc | |
"\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