aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-02-16 01:56:18 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-02-16 01:56:18 +1300
commit097dd6867e7f6c03cac89775762903f6adc72f6c (patch)
tree49a926aa5483d691893ba77bf8a45cae2a993780 /vim/vimrc
parentRemove unused text object mappings (diff)
downloaddotfiles-097dd6867e7f6c03cac89775762903f6adc72f6c.tar.gz
dotfiles-097dd6867e7f6c03cac89775762903f6adc72f6c.zip
Some sensible key-combo timeout settings
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>