diff options
author | June McEnroe <june@causal.agency> | 2016-01-15 13:53:09 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-01-15 13:53:09 -0500 |
commit | a0df9bb96eb89e17ea27ec1d4240834b45d0e413 (patch) | |
tree | 4745401dce71baa3a63a32283f70f970e79c3c71 | |
parent | Move pretty git log format to .gitconfig (diff) | |
download | src-a0df9bb96eb89e17ea27ec1d4240834b45d0e413.tar.gz src-a0df9bb96eb89e17ea27ec1d4240834b45d0e413.zip |
Eliminate escape key delay in zsh
-rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc index bdb5313e..e30f41ee 100644 --- a/.zshrc +++ b/.zshrc @@ -12,8 +12,9 @@ setopt interactive_comments # No. unsetopt beep -# Vim line editing. +# Vim line editing, eliminate escape key delay. bindkey -v +KEYTIMEOUT=1 # Initialize completion and colors. autoload -Uz compinit && compinit |