From 806e8ea1500bb70c40e5382e9ffa633ddf3aeeff Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Mon, 27 Jan 2025 00:08:38 -0400 Subject: [PATCH] Add del bind --- dot_zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_zshrc b/dot_zshrc index c19dd4e..c02d546 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -13,6 +13,7 @@ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh bindkey '^[[H' beginning-of-line bindkey '^[[F' end-of-line +bindkey "^[[3~" delete-char # Set aliases alias ls="eza --icons --long"