On phpstorm terminal window (with zsh shell) when I do a CTRL+(leftArrowKey or rightArrowKey) what is happening is this:
Searched the problem in other terminal emulators and found this solution:
Searched solution -> Looking for ALT+LeftArrowKey solution in zsh
So I've done what user lolesque said to do:
Tried lolesque solution and added to my ~/.zshrc file these lines:
bindkey -e
bindkey "^[[5C" forward-word
bindkey "^[[5D" backward-word
The problem is that the solution found does not work :|.
Any help will be appreciated.