# HG changeset patch # User Oleksandr Gavenko # Date 1270281302 -10800 # Node ID e38c00b4f0f0ad63767768658315e961d4b574f6 # Parent 1481359f69d883d4ff94faa6a9a97c24cf666c07 Use beep if possible. diff -r 1481359f69d8 -r e38c00b4f0f0 .inputrc --- a/.inputrc Sat Apr 03 10:54:31 2010 +0300 +++ b/.inputrc Sat Apr 03 10:55:02 2010 +0300 @@ -32,6 +32,9 @@ # filename when listing possible completions. The default is 'off'. set visible-stats on +# I like beep (audible/visible/none). +set bell-style audible + # '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