# HG changeset patch # User John W. Eaton # Date 1368446753 14400 # Node ID 18d3c1b981e737a41050de04ff340c60c05c87ae # Parent de1f8e4b6b9ba2250ce037ae5b5e10e6f6b60dc5 disable \C-v keybinding * inputrc: Disable \C-v. diff -r de1f8e4b6b9b -r 18d3c1b981e7 scripts/startup/inputrc --- a/scripts/startup/inputrc Mon May 13 07:54:58 2013 -0400 +++ b/scripts/startup/inputrc Mon May 13 08:05:53 2013 -0400 @@ -19,3 +19,8 @@ ## sequence for the DOWN arrow. "\e[B": history-search-forward + +## Disable so the usual paste shortcut will work on Windows systems. +## \C-q should still be available for quoted insert. + +"\C-v": ""