Comment 12 for bug 89235

Revision history for this message
Mario Manno (manno) wrote :

I had to update my zsh config file for the keys to workk in feisty

-bindkey '\e[5C' forward-word
-bindkey '\e[5D' backward-word
+bindkey '^[[1;5C' forward-word
+bindkey '^[[1;5D' backward-word

Now the keys work in gnome-terminal/xterm.

Bash is a different matter, though.I guess something in readline changed, maybe 8bit related?