diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 965817e..b9348d4 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -12,7 +12,7 @@ return { vim.keymap.set('n', 'gf', ':Telescope git_files', opts) vim.keymap.set('n', 'lg', ':Telescope live_grep', opts) vim.keymap.set('n', 'b', ':Telescope buffers', opts) - vim.keymap.set('n', 'he', ':Telescope help_tags', opts) + vim.keymap.set('n', 'ht', ':Telescope help_tags', opts) end }