From 8eaa9fbde94730f479cbcb81b23b37bea8c4b354 Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 27 Feb 2020 18:44:23 +0100 Subject: [PATCH] zsh: reduce transition time between vim modes --- brethil_dotfile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 08742e9..008dcb0 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -41,6 +41,7 @@ setopt CORRECT_ALL # https://www.xkcd.com/378/ export EDITOR="vim" +export KEYTIMEOUT=1 # reduce the transition time between vim modes to 0.1s export HISTSIZE=100000 export LANG=en_US.UTF-8