diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 4a704ef..284f7e0 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -34,6 +34,9 @@ setopt NO_HIST_VERIFY # https://www.xkcd.com/378/ export EDITOR="vim" # if antibody_plugins.txt includes robbyrussell/oh-my-zsh path:plugins/vi-mode, this also sets `bindkey -v` +# Fix delete (delete! not backspace) key +bindkey -a '^[[3~' delete-char + export KEYTIMEOUT=1 # reduce the transition time between vim modes to 0.1s export HISTSIZE=100000