shell/zsh: update KEYTIMEOUT to be instant

Removes a lot of the annoying delay.
This commit is contained in:
Anthony Rodriguez 2025-02-17 21:54:11 +01:00
parent 55a3c1bce2
commit b84f8374cd
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

@ -15,6 +15,7 @@ in {
".zshrc".text = '' ".zshrc".text = ''
# enable vi mode # enable vi mode
bindkey -v bindkey -v
export KEYTIMEOUT=1
# history # history
SAVEHIST=2000 SAVEHIST=2000