From 6ab1467ea80a32c09727354810c425c23dca03d4 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 8 Jan 2021 10:44:04 +0100 Subject: It appears that 100ms is too short --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 07e40de..0571b95 100644 --- a/vimrc +++ b/vimrc @@ -26,7 +26,7 @@ if !has('nvim') && &ttimeoutlen == -1 set ttimeoutlen=100 endif -set timeoutlen=100 +set timeoutlen=500 " Use to clear the highlighting of :set hlsearch. if maparg('', 'n') ==# '' -- cgit v1.2.3