~ruther/guix-config

9be6e1c6e4e65e7f99cddf3ef4f257780483b9d9 — Rutherther 7 months ago a4d616a
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)

Do not follow this link