From fd10af115e0507b3976d78123eda9748fe0e2d29 Mon Sep 17 00:00:00 2001 From: TheFedaikin Date: Sun, 22 Oct 2023 15:52:38 +0300 Subject: [PATCH] feat(mappings): make a cmd to remove flickering (#2456) --- lua/core/mappings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index 01cd420..0a652a7 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -16,7 +16,7 @@ M.general = { }, n = { - [""] = { ":noh ", "Clear highlights" }, + [""] = { " noh ", "Clear highlights" }, -- switch between windows [""] = { "h", "Window left" }, [""] = { "l", "Window right" },