Removing zsh autocorrect.

This commit is contained in:
Rodolphe Breard 2016-07-18 11:30:31 +02:00
parent cc1cb7934b
commit 4747abe034

2
.zshrc
View file

@ -1,4 +1,4 @@
setopt nobeep appendhistory histignoredups histignorespace extendedglob nomatch notify correct_all
setopt nobeep appendhistory histignoredups histignorespace extendedglob nomatch notify
bindkey -e
bindkey "^[[3~" delete-char
bindkey "^[3;5~" delete-char