diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-29 16:51:42 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-29 16:51:42 +0900 |
| commit | a6d5ed198f3946e97f9d4a37e778e61a7802119f (patch) | |
| tree | 3e839ac0b3c02772ad11d8d30022dc9c514a0bcc /ar | |
| parent | 0fb53f90c98816565d9f7569dbd0bfc711507675 (diff) | |
modified plugins/telescope.lua
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() |
