From 4747abe034c6ed104cb28bece4ae320ae2532dc6 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Mon, 18 Jul 2016 11:30:31 +0200 Subject: [PATCH] Removing zsh autocorrect. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index d02b040..1474196 100644 --- a/.zshrc +++ b/.zshrc @@ -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