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

-- 
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to