From 097dd6867e7f6c03cac89775762903f6adc72f6c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 16 Feb 2013 01:56:18 +1300 Subject: Some sensible key-combo timeout settings --- vim/vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vim/vimrc') 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 -- cgit v1.2.3