From 3616100be8af5f8c119e64613097b87e3863a423 Mon Sep 17 00:00:00 2001 From: Erin Date: Sat, 16 Sep 2023 10:41:23 -0400 Subject: [PATCH] zsh: explicit del keybind --- zsh/.config/zsh/config.d/10_keybinds.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.config/zsh/config.d/10_keybinds.zsh b/zsh/.config/zsh/config.d/10_keybinds.zsh index 3adf51a..31d31d7 100644 --- a/zsh/.config/zsh/config.d/10_keybinds.zsh +++ b/zsh/.config/zsh/config.d/10_keybinds.zsh @@ -10,3 +10,6 @@ fancy-ctrl-z () { } zle -N fancy-ctrl-z bindkey '^Z' fancy-ctrl-z + +# make delete key work; this gets fucked with by badly-behaved distros sometimes +bindkey "\e[3~" delete-char