diff --git a/lua/astrocommunity/editing-support/telescope-undo-nvim/init.lua b/lua/astrocommunity/editing-support/telescope-undo-nvim/init.lua index 0966212ee..d91e7ea92 100644 --- a/lua/astrocommunity/editing-support/telescope-undo-nvim/init.lua +++ b/lua/astrocommunity/editing-support/telescope-undo-nvim/init.lua @@ -1,5 +1,12 @@ return { "nvim-telescope/telescope.nvim", dependencies = { "debugloop/telescope-undo.nvim" }, + keys = { + { + "fu", + "Telescope undo", + desc = "Find undos", + }, + }, opts = function() require("telescope").load_extension "undo" end, }