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 = "" })