summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc.Linux/inputrc')
-rw-r--r--etc.Linux/inputrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc.Linux/inputrc b/etc.Linux/inputrc
index 3e87b915..a1d7a256 100644
--- a/etc.Linux/inputrc
+++ b/etc.Linux/inputrc
@@ -11,6 +11,12 @@
# The readline entry to make this skip back a word will then be:
# "\e[1;3D" backward-word
#
+# Customization note:
+# You don't need to put all your changes in this file. You can create
+# ~/.inputrc which starts off with the line:
+# $include /etc/inputrc
+# Then put all your own stuff after that.
+#
# do not bell on tab-completion
#set bell-style none