From 0536775c8ba06fbc3044a2dc35262d429d4dce4b Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Wed, 16 Feb 2022 13:01:06 +0330 Subject: fix(timeoutlen): this has caused way too many issues in the past (#2287) --- lua/lvim/config/settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lvim/config') diff --git a/lua/lvim/config/settings.lua b/lua/lvim/config/settings.lua index 5d635b84..3f850b85 100644 --- a/lua/lvim/config/settings.lua +++ b/lua/lvim/config/settings.lua @@ -26,7 +26,7 @@ M.load_default_options = function() splitright = true, -- force all vertical splits to go to the right of current window swapfile = false, -- creates a swapfile termguicolors = true, -- set term gui colors (most terminals support this) - timeoutlen = 100, -- time to wait for a mapped sequence to complete (in milliseconds) + timeoutlen = 250, -- time to wait for a mapped sequence to complete (in milliseconds) title = true, -- set the title of window to the value of the titlestring -- opt.titlestring = "%<%F%=%l/%L - nvim" -- what the title of the window will be set to undodir = join_paths(get_cache_dir(), "undo"), -- set an undo directory -- cgit v1.2.3