aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-31 21:38:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-31 21:38:15 +1200
commitfa288d237609d30acdb8cd089f438725811885ae (patch)
tree0158951f7850e0745fff36d832331258a9539303 /readline
parentRestore git symbolic-ref as first attempt (diff)
downloaddotfiles-fa288d237609d30acdb8cd089f438725811885ae.tar.gz
dotfiles-fa288d237609d30acdb8cd089f438725811885ae.zip
Add input/output-meta options to ~/.inputrc
Diffstat (limited to 'readline')
-rw-r--r--readline/inputrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/readline/inputrc b/readline/inputrc
index ce77a5bc..04e693da 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -1,3 +1,7 @@
+# Don't mess with the eighth bit of characters
+set input-meta on
+set output-meta on
+
# Never ring any sort of bell during line reading
set bell-style none