feat: add support for delete-char in zsh
1 files changed, 2 insertions(+), 0 deletions(-) M home/dotfiles/.zshrc
M home/dotfiles/.zshrc => home/dotfiles/.zshrc +2 -0
@@ 10,8 10,10 @@ bindkey -M menuselect 'h' vi-backward-char bindkey -M menuselect 'k' vi-up-line-or-history bindkey -M menuselect 'j' vi-down-line-or-history bindkey -M menuselect 'l' vi-forward-char bindkey "^[[1;5C" forward-word bindkey "^[[1;5D" backward-word bindkey "\e[3~" delete-char setopt extendedglob _comp_options+=(globdots)