summaryrefslogtreecommitdiff
path: root/lua/user/whichkey.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/whichkey.lua')
-rw-r--r--lua/user/whichkey.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/whichkey.lua b/lua/user/whichkey.lua
index 8a1bd2a..df2a66e 100644
--- a/lua/user/whichkey.lua
+++ b/lua/user/whichkey.lua
@@ -165,6 +165,7 @@ local mappings = {
b = { "<cmd>Telescope git_branches<cr>", "Checkout branch" },
c = { "<cmd>Telescope colorscheme<cr>", "Colorscheme" },
h = { "<cmd>Telescope help_tags<cr>", "Find Help" },
+ H = { "<cmd>Telescope howdoi<cr>", "howdoi <query>" },
M = { "<cmd>Telescope man_pages<cr>", "Man Pages" },
r = { "<cmd>Telescope oldfiles<cr>", "Open Recent File" },
R = { "<cmd>Telescope registers<cr>", "Registers" },