From 1b873f8290be9fdbea6846b17e44a2d7157099ac Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 20 Feb 2008 09:22:47 +0000 Subject: [PATCH] Tell bash (and other readline clients) how to handle M-left and M-right keys. --- inputrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inputrc b/inputrc index 277cb58..4295b3a 100644 --- 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 -- 2.11.0