feat(main): added support for the delete key

This commit is contained in:
Paul Fey 2025-02-02 12:37:36 +01:00
parent 616cdc0e81
commit ef580bbae2

3
main
View file

@ -176,6 +176,9 @@ alias la="ls -la"
# Enable emacs keybindings # Enable emacs keybindings
bindkey -e bindkey -e
# #
# Support for the delete key
bindkey "^[[3~" delete-char
#
# The file the History is written to # The file the History is written to
HISTFILE=~/.zsh_history HISTFILE=~/.zsh_history
# #