From 609e28f4b2d9e72c136329c2e94f2c4adbb06370 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:10:27 +0900 Subject: modified core/keymaps.lua, modified plugins/macro.lua, modified plugins/telescope.lua --- ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/macro.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/macro.lua') diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/macro.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/macro.lua index 6450625..2af1b49 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/macro.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/macro.lua @@ -164,9 +164,9 @@ return { require("telescope").load_extension("macros") - vim.keymap.set("n", "fQ", ":Telescope macros", { desc = "Search macros" }) - vim.keymap.set("n", "eQ", ":EditMacros", { desc = "Edit macros" }) - vim.keymap.set("n", "xQ", ":ClearNeoComposer", { desc = "Clear macros" }) + vim.keymap.set("n", "sm", ":Telescope macros", { desc = "Search macros" }) + vim.keymap.set("n", "em", ":EditMacros", { desc = "Edit macros" }) + vim.keymap.set("n", "xm", ":ClearNeoComposer", { desc = "Clear macros" }) end, }, } -- cgit v1.2.3