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