diff --git a/Configs/ZSHShell/.zshrc b/Configs/ZSHShell/.zshrc index e90f260..ab7dc52 100644 --- a/Configs/ZSHShell/.zshrc +++ b/Configs/ZSHShell/.zshrc @@ -43,6 +43,8 @@ if [[ "${terminfo[kend]}" != "" ]]; then fi bindkey '^[[2~' overwrite-mode # Insert key bindkey '^[[3~' delete-char # Delete key +bindkey '^[[C' forward-char # Right key +bindkey '^[[D' backward-char # Left key # Navigate words with ctrl+arrow keys bindkey '^[Oc' forward-word #