summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Walmsley <[email protected]>2021-07-11 08:57:42 +0100
committerGitHub <[email protected]>2021-07-11 12:27:42 +0430
commit38d118d9b2ad409da8c1b6162b514637b4f24ca7 (patch)
tree649cd3238dcff22d04fbfc3ca108520b6f6ff694
parentccb0cd27b2eca759993b5e74190e2df1ca6b99a1 (diff)
[WHICH-KEY] Add search for key-maps and commands. (#862)
-rw-r--r--lua/lv-which-key/config.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/lv-which-key/config.lua b/lua/lv-which-key/config.lua
index d4c3f6bd..0d9c3768 100644
--- a/lua/lv-which-key/config.lua
+++ b/lua/lv-which-key/config.lua
@@ -139,6 +139,8 @@ O.plugin.which_key = {
r = { "<cmd>Telescope oldfiles<cr>", "Open Recent File" },
R = { "<cmd>Telescope registers<cr>", "Registers" },
t = { "<cmd>Telescope live_grep<cr>", "Text" },
+ k = { "<cmd>Telescope keymaps<cr>", "Keymaps" },
+ C = { "<cmd>Telescope commands<cr>", "Commands" },
},
T = {
name = "Treesitter",