I just recently switched from bash to zsh, however I miss my Alt+LeftArrowKey and Alt+RightArrowKey to go back and forth a word at a
If you're using iTerm in CSI u mode, the bindings for your .zshrc end up being:
.zshrc
bindkey '^[[1;3D' backward-word bindkey '^[[1;3C' forward-word