Hello, if I press cw I am able to move around with CTRL+{A,E,F,B}, but I can't jump by word with CTRL+⟵ (left/right arrow keys). And ALT+B goes to start of the entire word.
I instead get the key codes inserted: ^[[1;5D and ^[[1;5C
I also have this set:
bindkey "^[[1;5D" backward-word
bindkey "^[[1;5C" forward-word
Is it possible? If not that's alright, I don't mind. Thank you!