Comment 4 for bug 89235

Revision history for this message
Andrew Marks (asmarks) wrote :

I had this same problem. I fixed it by copying these lines I found in /etc/inputrc to my existing ~/.inputrc file:
"\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