Map delete key for Zsh
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
bba5b16c6f
commit
2844320e01
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ bindkey "^[[H" beginning-of-line
|
|||
|
||||
# End
|
||||
bindkey "^[[F" end-of-line
|
||||
|
||||
# Delete key
|
||||
bindkey "^[[3~" delete-char
|
||||
|
||||
|
||||
# Enable autocompletion features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue