Skip to content

Instantly share code, notes, and snippets.

@caspian311
Created December 12, 2014 20:51
Show Gist options
  • Save caspian311/7e37f1fdb62203b6341e to your computer and use it in GitHub Desktop.
Save caspian311/7e37f1fdb62203b6341e to your computer and use it in GitHub Desktop.
Fix for terminal ctrl arrows
# 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