Skip to content

Instantly share code, notes, and snippets.

@DerfOh
Created December 23, 2016 19:44
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 DerfOh/fbf389fc33ee37d7b8675e55b6bcbe96 to your computer and use it in GitHub Desktop.
Save DerfOh/fbf389fc33ee37d7b8675e55b6bcbe96 to your computer and use it in GitHub Desktop.
cygwin change ctrl+arrow to normal mvmt behavior

Add the following lines to ~/.inputrc (C:\cygwin\home<username>.inputrc):

"\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