fix (zshrc): decrease KEYTIMEOUT for another key to be pressed
This commit is contained in:
parent
dcc3582255
commit
319f0bb0a9
4
zshrc
4
zshrc
@ -3,6 +3,10 @@ if [[ ! -o interactive ]]; then
|
|||||||
return
|
return
|
||||||
fi
|
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
|
# List of non-alphanumeric characters considered part of a word
|
||||||
export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
|
export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user