.inputrc
changeset 53 e38c00b4f0f0
parent 52 1481359f69d8
child 54 95a79aeb9abb
equal deleted inserted replaced
52:1481359f69d8 53:e38c00b4f0f0
    30 
    30 
    31 # If set to 'on', a character denoting a file's type is appended to the
    31 # If set to 'on', a character denoting a file's type is appended to the
    32 # filename when listing possible completions. The default is 'off'.
    32 # filename when listing possible completions. The default is 'off'.
    33 set visible-stats on
    33 set visible-stats on
    34 
    34 
       
    35 # I like beep (audible/visible/none).
       
    36 set bell-style audible
       
    37 
    35 # 'quoted-insert' binded to C-q or C-v by default, but C-q usually not worked
    38 # 'quoted-insert' binded to C-q or C-v by default, but C-q usually not worked
    36 # because it handled by terminal driver before readline.
    39 # because it handled by terminal driver before readline.
    37 C-v: quoted-insert
    40 C-v: quoted-insert
    38 
    41 
    39 # Local Variables:
    42 # Local Variables: