fix (zshrc): decrease KEYTIMEOUT for another key to be pressed

This commit is contained in:
eeemsi 2023-07-20 20:15:37 +02:00
parent dcc3582255
commit 319f0bb0a9
1 changed files with 4 additions and 0 deletions

4
zshrc
View File

@ -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='*?_-.[]~=&;!#$%^(){}<>'