From a6d5ed198f3946e97f9d4a37e778e61a7802119f Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 29 Jun 2025 16:51:42 +0900 Subject: modified plugins/telescope.lua --- ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar') diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua index 956601f..9460187 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua @@ -859,7 +859,7 @@ return { vim.keymap.set("n", "sj", function() require("telescope.builtin").jumplist({}) end, { desc = "Search jump list" }) - vim.keymap.set("n", "skb", function() + vim.keymap.set({ "n", "v", "x" }, "skb", function() require("telescope.builtin").keymaps({}) end, { desc = "Search key bindings" }) vim.keymap.set("n", "skk", function() -- cgit v1.2.3