summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/macro.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/macro.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/macro.lua6
1 files changed, 3 insertions, 3 deletions
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", "<leader>fQ", ":Telescope macros<CR>", { desc = "Search macros" })
- vim.keymap.set("n", "<leader>eQ", ":EditMacros<CR>", { desc = "Edit macros" })
- vim.keymap.set("n", "<leader>xQ", ":ClearNeoComposer<CR>", { desc = "Clear macros" })
+ vim.keymap.set("n", "<leader>sm", ":Telescope macros<CR>", { desc = "Search macros" })
+ vim.keymap.set("n", "<leader>em", ":EditMacros<CR>", { desc = "Edit macros" })
+ vim.keymap.set("n", "<leader>xm", ":ClearNeoComposer<CR>", { desc = "Clear macros" })
end,
},
}