From 9825270d64dc20cc059e94a41c8cdabda99c6448 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 19 Apr 2026 15:03:58 -0500 Subject: [PATCH] keybind for delete --- modules/programs/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix index 8c520c8..576b719 100644 --- a/modules/programs/zsh.nix +++ b/modules/programs/zsh.nix @@ -11,6 +11,7 @@ let bindkey "^[[8~" end-of-line bindkey "^[OH" beginning-of-line bindkey "^[OF" end-of-line + bindkey "^[[3~" delete-char # Normalize common Ctrl+Arrow sequences for word-wise movement. bindkey "^[[1;5D" backward-word