From 8a701a132e1608ca7a06db3de367895c984d3abf Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Wed, 8 Apr 2026 09:54:57 +0100 Subject: [PATCH] feat(zsh): Add ctrl binds --- .config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 9356d83..86e5190 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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