diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-09 13:36:05 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-09 13:36:05 +0100 |
| commit | f84cf1868f917437357006929ac4a1447494a76b (patch) | |
| tree | 56467a91c845aab5b1bfa2f29f457f94c12253ea /lua/user/whichkey.lua | |
| parent | 6f6e018915ffec09e034cca2d7ca05e3ccd567c1 (diff) | |
Minor changes
Diffstat (limited to 'lua/user/whichkey.lua')
| -rw-r--r-- | lua/user/whichkey.lua | 1 |
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" }, |
