feat(zsh): Add ctrl binds

This commit is contained in:
2026-04-08 09:54:57 +01:00
parent 7c054afd58
commit 8a701a132e
+3
View File
@@ -5,6 +5,9 @@ if [[ -o interactive ]]; then
fi
bindkey -e
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
bindkey '^H' backward-kill-word
source $ZDOTDIR/setup-history.zsh
source $ZDOTDIR/prompts/simple-two-line.zsh