aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-18 21:03:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-18 21:03:45 +1200
commitfb18de6b5402f008371255ff81fec3ecc2f7aea8 (patch)
treecabd1346cd72729182f8b4af0bf4e8d75f14a06a /vim/vimrc
parentMerge nested if structures for viminfo control (diff)
downloaddotfiles-fb18de6b5402f008371255ff81fec3ecc2f7aea8.tar.gz
dotfiles-fb18de6b5402f008371255ff81fec3ecc2f7aea8.zip
Make mapping timeout settings explicit
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 6c042d1e..b8824898 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -207,6 +207,8 @@ set ttyfast
set visualbell t_vb=
" Timeout
+set timeout
+set timeoutlen=1000
set ttimeout
set ttimeoutlen=50