.inputrc: Disable the system bell (\a) for the Readline library
authorW. Trevor King <wking@tremily.us>
Wed, 2 Apr 2014 03:00:52 +0000 (20:00 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 2 Apr 2014 03:00:52 +0000 (20:00 -0700)
I enable the system bell (xset b) to get IRC notifications from irssi,
but I don't want Readline beeping at me if I try and move outside the
line ;).

For docs on other available settings, see [1].

[1]: https://www.gnu.org/software/bash/manual/html_node/Readline-Init-File-Syntax.html

src/.inputrc [new file with mode: 0644]

diff --git a/src/.inputrc b/src/.inputrc
new file mode 100644 (file)
index 0000000..2c0fc3c
--- /dev/null
@@ -0,0 +1,4 @@
+# Configure the Readline library
+
+# set bell (\a) style (audible, visible, none)
+set bell-style none