diff options
Diffstat (limited to '')
-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:· |