summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/macro.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-16 14:10:27 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-16 14:10:27 +0900
commit609e28f4b2d9e72c136329c2e94f2c4adbb06370 (patch)
tree6a933bfbf4e4296d1ee4ac97437bc206fce910fd /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/macro.lua
parent055de475a5ef23ecee61673bd744754ad9fef089 (diff)
modified core/keymaps.lua, modified plugins/macro.lua, modified plugins/telescope.lua
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,
},
}