aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 58147ade..6f0901e2 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -194,6 +194,10 @@ set lazyredraw
set ttyfast
set visualbell t_vb=
+" Timeout
+set ttimeout
+set ttimeoutlen=50
+
" Typos
if has("user_commands")
command! -bang -complete=file -nargs=? E e<bang> <args>