# Bind Key Map of Ward Forward/Backward
if you using zsh base on iterm2, add a maping on .zshrc file
```bash
bindkey "^[[1;3C" forward-word
bindkey "^[[1;3D" backward-word
you can use cat then press keys to see the code of your shortcut send
```
[StackOverflow](https://stackoverflow.com/questions/12382499/looking-for-altleftarrowkey-solution-in-zsh)