diff --git a/system/.config/zsh/.zshrc b/system/.config/zsh/.zshrc index 1359173..c7f414e 100644 --- a/system/.config/zsh/.zshrc +++ b/system/.config/zsh/.zshrc @@ -31,6 +31,9 @@ bindkey "^[[H" beginning-of-line # End bindkey "^[[F" end-of-line + +# Delete key +bindkey "^[[3~" delete-char # Enable autocompletion features