diff -r 9a89ae1918c4 -r 5e6ee2b720fd .inputrc --- a/.inputrc Sat Apr 03 10:51:17 2010 +0300 +++ b/.inputrc Sat Apr 03 10:52:19 2010 +0300 @@ -20,7 +20,9 @@ # First tab suggests ambiguous variants. set show-all-if-ambiguous on -C-q: quoted-insert +# 'quoted-insert' binded to C-q or C-v by default, but C-q usually not worked +# because it handled by terminal driver before readline. +C-v: quoted-insert # Local Variables: # mode: shell-script