# HG changeset patch # User Oleksandr Gavenko # Date 1270281077 -10800 # Node ID 9a89ae1918c4ba5d0b931470f870faad1d9cea7f # Parent 4cccbd0d68516ef40bc322b0274c8ab9b98da790 How re-read ~/.inputrc. diff -r 4cccbd0d6851 -r 9a89ae1918c4 .inputrc --- a/.inputrc Wed Mar 31 00:04:06 2010 +0300 +++ b/.inputrc Sat Apr 03 10:51:17 2010 +0300 @@ -1,3 +1,7 @@ +# Settings for readline. +# +# Tips: +# C-x C-r re-read ~/.inputrc # I like this! set editing-mode emacs @@ -16,6 +20,7 @@ # First tab suggests ambiguous variants. set show-all-if-ambiguous on +C-q: quoted-insert # Local Variables: # mode: shell-script