summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--inputrc4
2 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 34801bb..f787ece 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+ * handle control + left/right arrow in gnome-terminal (#36287)
+
2008-05-14 Guillaume Rousse <guillomovitch@mandriva.org> 2.7.12
* add shadow, chkpwd, and auth groups for TCB migration purpose
diff --git a/inputrc b/inputrc
index af47ecd..29ec92b 100644
--- a/inputrc
+++ b/inputrc
@@ -87,5 +87,9 @@ $endif
"\eOB": next-history
"\eOE": re-read-init-file
+# on gnome-terminal (mdvbz#36287)
+"\e[1;5D": backward-word
+"\e[1;5C": forward-word
+
# emacs mode
$endif