From 534dbf3c4000be0b1386e5faa5aaefef52dcb292 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:12:10 +0900 Subject: modified plugins/telescope.lua --- ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/telescope.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/telescope.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/telescope.lua index 941cf2a..6f931de 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/telescope.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/telescope.lua @@ -885,10 +885,10 @@ return { vim.keymap.set("n", "sQ", function() require("telescope.builtin").quickfixhistory({}) end, { desc = "Search quickfix history" }) - vim.keymap.set("n", "sr", function() + vim.keymap.set("n", 's"', function() require("telescope.builtin").registers({}) end, { desc = "Search registers" }) - vim.keymap.set("n", "sR", function() + vim.keymap.set("n", "sr", function() require("telescope.builtin").resume({}) end, { desc = "Search resume" }) vim.keymap.set("n", "sf", function() -- cgit v1.2.3