projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d3d660
)
.inputrc: Disable the system bell (\a) for the Readline library
author
W. Trevor King
<wking@tremily.us>
Wed, 2 Apr 2014 03:00:52 +0000
(20:00 -0700)
committer
W. 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]
patch
|
blob
diff --git a/src/.inputrc
b/src/.inputrc
new file mode 100644
(file)
index 0000000..
2c0fc3c
--- /dev/null
+++ b/
src/.inputrc
@@ -0,0
+1,4
@@
+# Configure the Readline library
+
+# set bell (\a) style (audible, visible, none)
+set bell-style none