diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-16 14:12:10 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-16 14:12:10 +0900 |
| commit | 534dbf3c4000be0b1386e5faa5aaefef52dcb292 (patch) | |
| tree | 40a4c310321bafd55181ac70e9443cc6806a5b44 | |
| parent | 609e28f4b2d9e72c136329c2e94f2c4adbb06370 (diff) | |
modified plugins/telescope.lua
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/telescope.lua | 4 |
1 files 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", "<leader>sQ", function() require("telescope.builtin").quickfixhistory({}) end, { desc = "Search quickfix history" }) - vim.keymap.set("n", "<leader>sr", function() + vim.keymap.set("n", '<leader>s"', function() require("telescope.builtin").registers({}) end, { desc = "Search registers" }) - vim.keymap.set("n", "<leader>sR", function() + vim.keymap.set("n", "<leader>sr", function() require("telescope.builtin").resume({}) end, { desc = "Search resume" }) vim.keymap.set("n", "<leader>sf", function() |
