aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-02-11 06:48:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2023-02-11 06:54:12 +1300
commit8bb6a77d98c6ca26ff7f61580b3900f73560ff87 (patch)
treed6b36ad29c97337554e43d34b105f7e1b5879125
parentReview alt/8th-bit behavior (diff)
downloaddotfiles-8bb6a77d98c6ca26ff7f61580b3900f73560ff87.tar.gz
dotfiles-8bb6a77d98c6ca26ff7f61580b3900f73560ff87.zip
Remove bind-tty-special-chars from inputrc
I don't think I actually want this; it seems more sensible to let readline have its wicked way.
-rw-r--r--readline/inputrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/readline/inputrc b/readline/inputrc
index df3ff000..90c53633 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -1,9 +1,6 @@
# Never ring any sort of bell during line reading
set bell-style none
-# Let readline do stuff like word killing, not stty(1)
-set bind-tty-special-chars off
-
# Color files by type in the same way as `ls`
set colored-stats on