Comment 14 for bug 355883

Revision history for this message
Bernhard (b.a.koenig) wrote :

Btw, for those that are interested: I'm using zsh and the following lines in .zshrc fixed it for me

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

it does make a beep on jumps though, but you can switch off system beep in zsh with "no_beep".