after installing prezto when I press CTRL - RIGHTARROW I can see these characters
source python;5C;5C;5C;5C
Whereas emacs key bindings like ALT- f work fine. I just want my default keybindings where I can navigate using CTRL keys.
My efforts:
- Raised a issue on github + browsed other similar issues as well. Couldnt figure out how their solution would help my case.
- Tried setting zstyle ':prezto:module:editor' key-bindings '' but it did not work.
- I have also checked modeles/editor/init.zsh but the script is too long n I dont wanna make random changes and later keep maintaining those.
Can anyone suggest a way so that my keybindings remain "UNCHANGED" even after .zpreztorc is loaded ?