ZSH Config: enable overwrite mode with insert key
This commit is contained in:
parent
8aa168f367
commit
46a99b1215
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
####################################################################################################################################################
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue