Add del bind

This commit is contained in:
Isaac Shoebottom 2025-01-27 00:08:38 -04:00
parent ec85cc899e
commit 806e8ea150

View File

@ -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"