Great reorganization.
[profile] / dot / inputrc
diff --git a/dot/inputrc b/dot/inputrc
new file mode 100644 (file)
index 0000000..4295b3a
--- /dev/null
@@ -0,0 +1,10 @@
+### bash and friends, readline configuration
+
+## Eight-bit sensibleness
+set input-meta on
+set output-meta on
+set convert-meta off
+
+## Missing bindings
+"\e\e[C": forward-word
+"\e\e[D": backward-word