From f404788868375facf8cd994bc038b529336afa30 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Charavel Date: Tue, 5 Aug 2025 07:44:05 -0400 Subject: [PATCH] More zsh keybinds --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 65e3707..ab9036b 100644 --- a/.zshrc +++ b/.zshrc @@ -7,6 +7,8 @@ bindkey "^A" beginning-of-line bindkey "^E" end-of-line +bindkey "^[[1;5C" forward-word +bindkey "^[[1;5D" backward-word alias ls='ls --color=auto' alias grep='grep --color=auto'