[ADD][ZSH] Bind delete key

This commit is contained in:
Bruno BELANYI 2019-10-11 11:53:58 +02:00
parent 9b71074511
commit d4413112e9

View file

@ -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'