diff options
author | June McEnroe <june@causal.agency> | 2015-02-15 13:06:21 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2015-02-15 13:06:21 -0500 |
commit | 6b354900fae8dde2ce3906d3179e65dfe5132ac1 (patch) | |
tree | a3bd7f0fc415dae47e71d82f2fc1bddbb1b1cc1f | |
parent | Fix git prompt for branches with slashes (diff) | |
download | src-6b354900fae8dde2ce3906d3179e65dfe5132ac1.tar.gz src-6b354900fae8dde2ce3906d3179e65dfe5132ac1.zip |
Prevent esc delay in terminal vim
-rw-r--r-- | .vimrc | 3 |
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:· |