diff --git a/Configs/ZSHShell/.zshrc b/Configs/ZSHShell/.zshrc index 27b1921..c2e971c 100644 --- a/Configs/ZSHShell/.zshrc +++ b/Configs/ZSHShell/.zshrc @@ -41,6 +41,7 @@ bindkey '^[[F' end-of-line # End key if [[ "${terminfo[kend]}" != "" ]]; then bindkey "${terminfo[kend]}" end-of-line # [End] - Go to end of line fi +bindkey '^[[2~' overwrite-mode # Insert key ####################################################################################################################################################