From 6a8c84250f48966df43990d5f6f489346c3fd9f0 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 26 Jul 2022 22:35:52 +0200 Subject: [PATCH] set ttimeoutlen --- lua/my_options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/my_options.lua b/lua/my_options.lua index a139ada..b0401bd 100644 --- a/lua/my_options.lua +++ b/lua/my_options.lua @@ -16,6 +16,7 @@ opt.updatetime = 300 --Decrease update time opt.signcolumn = 'yes' -- Always show sign column opt.clipboard = 'unnamed,unnamedplus' -- Access system clipboard opt.timeoutlen = 300 -- Time in milliseconds to wait for a mapped sequence to complete. +opt.ttimeoutlen = 10 opt.showmode = false -- Do not need to show the mode. We use the statusline instead. opt.scrolloff = 999 -- Lines of context opt.joinspaces = false -- No double spaces with join after a dot