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".
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".