Set KEYTIMEOUT to 5

This commit is contained in:
David Holland 2020-03-21 14:46:50 +01:00
parent d333f7c699
commit ea84b6ed0f
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 2 additions and 0 deletions

2
.zshrc
View File

@ -96,6 +96,8 @@ if [[ -a $OH_MY_ZSH ]]; then
bindkey -M vicmd '^K' history-substring-search-up
bindkey -M vicmd '^J' history-substring-search-down
KEYTIMEOUT=5
else
PS1=$'%b%n@%M %~
%(!.#.$) '