From d4413112e9020b3b0efc1086f61f6f31ce164a1e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 11 Oct 2019 11:53:58 +0200 Subject: [PATCH] [ADD][ZSH] Bind delete key --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index c3f03c0..905f973 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -24,6 +24,8 @@ unsetopt autocd beep extendedglob notify # Use the emacs keybindings bindkey -e +# Fix delete key not working +bindkey "\e[3~" delete-char # Completion configuration zstyle :compinstall filename '/home/ambroisie/.zshrc'