Comment 27 for bug 355883

Revision history for this message
Mats Ahlgren (mats-ahlgren+launchpad) wrote :

Bernhard said that putting this in one's .zshrc would be a workaround:

bindkey ";5C" forward-word
bindkey ";5D" backward-word

This did not work for me, but the following does work (since for some reason ";" is not being output):

bindkey "5C" forward-word
bindkey "5D" backward-word