From 2c5a06e3645b94930f8bede8fef0d562962b415c Mon Sep 17 00:00:00 2001 From: Michael W Clark Date: Fri, 14 Oct 2022 00:41:03 -0500 Subject: [PATCH] update --- custom/zshrc.zsh | 2 ++ 1 file changed, 2 insertions(+) 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