diff --git a/.zshrc b/.zshrc index 082eff6f..b0f50fdb 100644 --- a/.zshrc +++ b/.zshrc @@ -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 %~ %(!.#.$) '