From 7b67188b59125f580579d7d62a27448337c760d7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 16 Jul 2017 12:50:58 +0200 Subject: zsh: Fix keybinds in st --- zsh/.config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index c83aa23..818cdf5 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -61,6 +61,7 @@ alias llr="ll -t" zmodload zsh/terminfo +bindkey -e bindkey '\e[3~' delete-char bindkey '\C-hd' describe-key-briefly -- cgit 1.4.1