From e6ae79127f60d598f8f1764a454d2e2168cf1f83 Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Tue, 13 Jul 2021 16:16:57 +0530 Subject: [PATCH] Increase timeoutlen to 400 sometimes 200 ms is way too for 3 key mappings --- lua/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/options.lua b/lua/options.lua index 81c6a2d..611acd6 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -11,7 +11,7 @@ opt.mouse = "a" opt.signcolumn = "yes" opt.cmdheight = 1 opt.updatetime = 250 -- update interval for gitsigns -opt.timeoutlen = 200 +opt.timeoutlen = 400 opt.clipboard = "unnamedplus" -- Numbers