From da85f7fbcd97c2290359d4a55db49f1384dc527b 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 f6e9728..fff878b 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" },