diff options
| -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", | 
