.inputrc
changeset 51 5e6ee2b720fd
parent 50 9a89ae1918c4
child 52 1481359f69d8
equal deleted inserted replaced
50:9a89ae1918c4 51:5e6ee2b720fd
    18 set output-meta on
    18 set output-meta on
    19 
    19 
    20 # First tab suggests ambiguous variants.
    20 # First tab suggests ambiguous variants.
    21 set show-all-if-ambiguous on
    21 set show-all-if-ambiguous on
    22 
    22 
    23 C-q: quoted-insert
    23 # 'quoted-insert' binded to C-q or C-v by default, but C-q usually not worked
       
    24 # because it handled by terminal driver before readline.
       
    25 C-v: quoted-insert
    24 
    26 
    25 # Local Variables:
    27 # Local Variables:
    26 # mode: shell-script
    28 # mode: shell-script
    27 # fill-column: 78
    29 # fill-column: 78
    28 # End:
    30 # End: