fix: remap undotree key to uu

This commit is contained in:
Rubin Bhandari 2024-05-31 13:50:54 +05:45 committed by GitHub
parent e7a4d52f05
commit 0481c8fe10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,8 +3,7 @@ return {
"mbbill/undotree", "mbbill/undotree",
cmd = "UndotreeToggle", cmd = "UndotreeToggle",
keys = { keys = {
-- [U]ndo [T]ree { "<leader>uu", "<cmd>UndotreeToggle<cr>", desc = "Undo Tree Toggle" },
{ "<leader>uT", "<cmd>UndotreeToggle<cr>", desc = "Undo Tree Toggle" },
}, },
init = function() init = function()
-- Persist undo, refer https://github.com/mbbill/undotree#usage -- Persist undo, refer https://github.com/mbbill/undotree#usage