summaryrefslogtreecommitdiff
path: root/lua/lvim/core/which-key.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-06-23 16:12:26 +0200
committerkylo252 <[email protected]>2022-06-23 16:12:26 +0200
commit57bebb5c51a4e93b283a5c65563254b9bfb492cf (patch)
tree8a6f0a3596e534002833038bea79d5ede57dc563 /lua/lvim/core/which-key.lua
parentf1a672f8674f68d6a610b95fef29ed15339b3cbd (diff)
parent8989984b781367b2744c4857e73d8943311db241 (diff)
Merge branch 'rolling'
Diffstat (limited to 'lua/lvim/core/which-key.lua')
-rw-r--r--lua/lvim/core/which-key.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lvim/core/which-key.lua b/lua/lvim/core/which-key.lua
index b1ae6f87..3015781b 100644
--- a/lua/lvim/core/which-key.lua
+++ b/lua/lvim/core/which-key.lua
@@ -244,6 +244,7 @@ M.config = function()
c = { "<cmd>Telescope colorscheme<cr>", "Colorscheme" },
f = { "<cmd>Telescope find_files<cr>", "Find File" },
h = { "<cmd>Telescope help_tags<cr>", "Find Help" },
+ H = { "<cmd>Telescope highlights<cr>", "Find highlight groups" },
M = { "<cmd>Telescope man_pages<cr>", "Man Pages" },
r = { "<cmd>Telescope oldfiles<cr>", "Open Recent File" },
R = { "<cmd>Telescope registers<cr>", "Registers" },