From 01854b14c7ad4aab9b574bbcb159b59502a10746 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 23 Feb 2014 10:35:04 -0500 Subject: [PATCH] Bump 'ttimeoutlen' to 100 Closes #72. --- plugin/sensible.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/sensible.vim b/plugin/sensible.vim index a78801a..ff73995 100644 --- a/plugin/sensible.vim +++ b/plugin/sensible.vim @@ -26,7 +26,7 @@ set nrformats-=octal set shiftround set ttimeout -set ttimeoutlen=50 +set ttimeoutlen=100 set incsearch " Use to clear the highlighting of :set hlsearch.