zsh: reduce transition time between vim modes

whole-command-tab-completion
bretello 2020-02-27 18:44:23 +01:00
parent 39c0a11b62
commit 8eaa9fbde9
1 changed files with 1 additions and 0 deletions

View File

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