diff --git a/custom/zshrc.zsh b/custom/zshrc.zsh index be027b826..afd1f218d 100755 --- a/custom/zshrc.zsh +++ b/custom/zshrc.zsh @@ -16,3 +16,5 @@ git add . git commit -m "update" git push mine master +bindkey "^[[1;3C" forward-word +bindkey "^[[1;3D" backward-word