summaryrefslogtreecommitdiff
path: root/lua/user/whichkey.lua
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-06-09 13:36:05 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-06-09 13:36:05 +0100
commitf84cf1868f917437357006929ac4a1447494a76b (patch)
tree56467a91c845aab5b1bfa2f29f457f94c12253ea /lua/user/whichkey.lua
parent6f6e018915ffec09e034cca2d7ca05e3ccd567c1 (diff)
Minor changes
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" },