summaryrefslogtreecommitdiffstats
path: root/inputrc
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2009-01-07 10:45:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2009-01-07 10:45:23 +0000
commitbee3103b738426388ef73890fbd67d98a7503dd0 (patch)
tree847af530f1639d30f7af82973aef41dcd47cff3c /inputrc
parenta43e69224c604aa5c662061f2bf1c8cd4eaac105 (diff)
downloadsetup-bee3103b738426388ef73890fbd67d98a7503dd0.tar
setup-bee3103b738426388ef73890fbd67d98a7503dd0.tar.gz
setup-bee3103b738426388ef73890fbd67d98a7503dd0.tar.bz2
setup-bee3103b738426388ef73890fbd67d98a7503dd0.tar.xz
setup-bee3103b738426388ef73890fbd67d98a7503dd0.zip
* handle control + left/right arrow in gnome-terminal (#36287)2.7.15
Diffstat (limited to 'inputrc')
-rw-r--r--inputrc4
1 files changed, 4 insertions, 0 deletions
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