← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 355883] Re: Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh

 

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-X,
which is subscribed to xterm in ubuntu.