Set KEYTIMEOUT to 5
This commit is contained in:
parent
d333f7c699
commit
ea84b6ed0f
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -96,6 +96,8 @@ if [[ -a $OH_MY_ZSH ]]; then
|
||||||
|
|
||||||
bindkey -M vicmd '^K' history-substring-search-up
|
bindkey -M vicmd '^K' history-substring-search-up
|
||||||
bindkey -M vicmd '^J' history-substring-search-down
|
bindkey -M vicmd '^J' history-substring-search-down
|
||||||
|
|
||||||
|
KEYTIMEOUT=5
|
||||||
else
|
else
|
||||||
PS1=$'%b%n@%M %~
|
PS1=$'%b%n@%M %~
|
||||||
%(!.#.$) '
|
%(!.#.$) '
|
||||||
|
|
Loading…
Reference in a new issue