From 138a3d633617675c23cc699a3c9794bc42651db8 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Mon, 25 Mar 2024 13:40:50 +0000 Subject: [PATCH] feat: keybind for clearing search --- lua/core/keybinds.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/core/keybinds.lua b/lua/core/keybinds.lua index 2eab32f..ac37355 100644 --- a/lua/core/keybinds.lua +++ b/lua/core/keybinds.lua @@ -34,5 +34,9 @@ wk.register({ name = "git", g = { "Neogit", "Neogit" }, }, + e = { + name = "editor", + c = { "noh", "Clear Search" }, + }, ["."] = { ":e ", "Edit File", silent = false }, }, { prefix = "" })