summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.zshrc3
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