nvim: switch undotree for telescope-undo-nvim
Undotree did not have live updates like I wanted, so I have switched to the telescope one which does.
This commit is contained in:
parent
a1c38f605d
commit
2d5b5cb37d
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ map("n", "<leader>>", "<cmd>BufferLineMoveNext<CR>", { desc = "Move buffer right
|
|||
map("n", "<leader>a", "<cmd>ToggleTerm name=main<CR>", { desc = "Floating Terminal", silent = true })
|
||||
|
||||
-- Undotree
|
||||
map('n', '<leader>fu', vim.cmd.UndotreeToggle)
|
||||
map("n", "<leader>fu", "<cmd>Telescope undo<cr>")
|
||||
----
|
||||
-- Cool Macros
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue