Tell bash (and other readline clients) how to handle M-left and M-right
[profile] / inputrc
diff --git a/inputrc b/inputrc
index 277cb58..4295b3a 100644 (file)
--- a/inputrc
+++ b/inputrc
@@ -4,3 +4,7 @@
 set input-meta on
 set output-meta on
 set convert-meta off
+
+## Missing bindings
+"\e\e[C": forward-word
+"\e\e[D": backward-word