Skip to content

Commit

Permalink
feat(telescope-undo-nvim): add <leader>fu keybind (#408)
Browse files Browse the repository at this point in the history
chore(telescope-undo-nvim): add keybind
  • Loading branch information
TheSast authored Jul 11, 2023
1 parent 6ce8931 commit 360d42b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
return {
"nvim-telescope/telescope.nvim",
dependencies = { "debugloop/telescope-undo.nvim" },
keys = {
{
"<leader>fu",
"<cmd>Telescope undo<CR>",
desc = "Find undos",
},
},
opts = function() require("telescope").load_extension "undo" end,
}

0 comments on commit 360d42b

Please sign in to comment.