From d087287f5ef05fb7ad4e19e56ded8b758acb9b09 Mon Sep 17 00:00:00 2001
From: Curtis McEnroe <programble@gmail.com>
Date: Fri, 15 Jan 2016 13:53:09 -0500
Subject: Eliminate escape key delay in zsh

---
 .zshrc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
cgit 1.4.1