1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 11:01:31 +01:00

zsh: reduce transition time between vim modes

This commit is contained in:
bretello 2020-02-27 18:44:23 +01:00
parent 39c0a11b62
commit 8eaa9fbde9

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