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/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/telescope.lua') diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/telescope.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/telescope.lua index 8e1fbe6..941cf2a 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/telescope.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/telescope.lua @@ -870,7 +870,7 @@ return { vim.keymap.set("n", "sl", function() require("telescope.builtin").loclist({}) end, { desc = "Search location list" }) - vim.keymap.set("n", "sm", function() + vim.keymap.set("n", "s'", function() require("telescope.builtin").marks({}) end, { desc = "Search marks" }) vim.keymap.set("n", "sM", function() -- cgit v1.2.3