summary refs log tree commit diff
diff options
context:
space:
mode:
-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
nroe 2019-10-26Track channel topicsJune McEnroe 2019-10-26Set AWAY when no clients are connectedJune McEnroe 2019-10-26Add flags to request TOPIC and NAMES on client connectJune McEnroe 2019-10-26OopsJune McEnroe 2019-10-26Disconnect client on unknown commandJune McEnroe 2019-10-26Allow reading sensitive information from filesJune McEnroe 2019-10-26Add rc scriptJune McEnroe 2019-10-25Add install and uninstall targetsJune McEnroe 2019-10-25Expand documentationJune McEnroe 2019-10-25Add AGPLv3 notice on client registrationJune McEnroe 2019-10-25Rename project pounceJune McEnroe