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