From 319f0bb0a9d8c1e7c8de8836db920526d0c5aef5 Mon Sep 17 00:00:00 2001 From: eeemsi Date: Thu, 20 Jul 2023 20:15:37 +0200 Subject: [PATCH] fix (zshrc): decrease KEYTIMEOUT for another key to be pressed --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index 9ada11a..61e24c1 100644 --- a/zshrc +++ b/zshrc @@ -3,6 +3,10 @@ if [[ ! -o interactive ]]; then return fi +# Timeout, in hundredths of seconds, when reading bound multi-character +# sequences (default is 0.4 sec.) +KEYTIMEOUT=1 + # List of non-alphanumeric characters considered part of a word export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'