Comment 9 for bug 355883

Revision history for this message
Bernhard (b.a.koenig) wrote :

Yes I have this in my /cat/inputrc (in jaunty)

# mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
"\e[1;5C": forward-word
"\e[1;5D": backward-word
"\e[5C": forward-word
"\e[5D": backward-word
"\e\e[C": forward-word
"\e\e[D": backward-word

$if term=rxvt
"\e[8~": end-of-line
"\eOc": forward-word
"\eOd": backward-word
$endif

But it CTRL-LEFT works for me in bash (in xterm or gnome-terminal doesn't matter). But once I switch to zsh, then it doesn't work anymore.