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/core/keymaps.lua | 2 +- ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/macro.lua | 6 +++--- ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/telescope.lua | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua index 56e0727..09c63b5 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua @@ -123,7 +123,7 @@ vim.keymap.set({ "n", "v", "x" }, "PP", [["+P]], { desc = "Paste from cl vim.keymap.set({ "n", "v", "x" }, "pP", [["_dP]], { desc = "Paste over and preserve clipboard" }) vim.keymap.set({ "n", "v" }, "dd", [["+d]], { desc = "Delete and yank to clipboard" }) vim.keymap.set({ "n", "v" }, "DD", [["_d]], { desc = "Delete without storing in clipboard" }) -vim.keymap.set("n", "", ":%d_", { desc = "Delete all to black hole register" }) +vim.keymap.set("n", "", ":%d_", { desc = "Delete all lines to black hole register" }) -- Diagnostic local diagnostic_goto = function(next, severity) 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, }, } 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