diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index a4af7f6..64a4f9d 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -79,6 +79,13 @@ return { { "debugloop/telescope-undo.nvim", dependencies = { "nvim-lua/plenary.nvim" }, + keys = { + { + "u", + "Telescope undo", + desc = "[u]ndo history" + } + }, opts = { extensions = { undo = {}