diff options
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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", "<leader>sj", function() require("telescope.builtin").jumplist({}) end, { desc = "Search jump list" }) - vim.keymap.set("n", "<leader>skb", function() + vim.keymap.set({ "n", "v", "x" }, "<leader>skb", function() require("telescope.builtin").keymaps({}) end, { desc = "Search key bindings" }) vim.keymap.set("n", "<leader>skk", function() |
