diff options
author | James Walmsley <[email protected]> | 2021-07-11 08:57:42 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-11 12:27:42 +0430 |
commit | 38d118d9b2ad409da8c1b6162b514637b4f24ca7 (patch) | |
tree | 649cd3238dcff22d04fbfc3ca108520b6f6ff694 | |
parent | ccb0cd27b2eca759993b5e74190e2df1ca6b99a1 (diff) |
[WHICH-KEY] Add search for key-maps and commands. (#862)
-rw-r--r-- | lua/lv-which-key/config.lua | 2 |
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", |