diff --git a/Configs/ZSHShell/.zshrc b/Configs/ZSHShell/.zshrc index 87a06ea..e90f260 100644 --- a/Configs/ZSHShell/.zshrc +++ b/Configs/ZSHShell/.zshrc @@ -42,6 +42,7 @@ if [[ "${terminfo[kend]}" != "" ]]; then bindkey "${terminfo[kend]}" end-of-line # [End] - Go to end of line fi bindkey '^[[2~' overwrite-mode # Insert key +bindkey '^[[3~' delete-char # Delete key # Navigate words with ctrl+arrow keys bindkey '^[Oc' forward-word #