summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2015-02-15 13:06:21 -0500
committerJune McEnroe <june@causal.agency>2015-02-15 13:06:21 -0500
commit6b354900fae8dde2ce3906d3179e65dfe5132ac1 (patch)
treea3bd7f0fc415dae47e71d82f2fc1bddbb1b1cc1f /.vimrc
parentFix git prompt for branches with slashes (diff)
downloadsrc-6b354900fae8dde2ce3906d3179e65dfe5132ac1.tar.gz
src-6b354900fae8dde2ce3906d3179e65dfe5132ac1.zip
Prevent esc delay in terminal vim
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index d8b22e7c..fb7c5eb9 100644
--- a/.vimrc
+++ b/.vimrc
@@ -27,6 +27,9 @@ set shortmess=atI
 " Disable audible bell.
 set visualbell t_vb=
 
+" Prevent delay when returning to norml mode in terminal vim.
+set timeoutlen=0
+
 " Show hard tabs and trailing whitespace
 set list listchars=tab:»·,trail:·