diff --git a/lua/lazyvim/plugins/extras/editor/undotree.lua b/lua/lazyvim/plugins/extras/editor/undotree.lua index cef1ecb2..1994a26f 100644 --- a/lua/lazyvim/plugins/extras/editor/undotree.lua +++ b/lua/lazyvim/plugins/extras/editor/undotree.lua @@ -3,8 +3,7 @@ return { "mbbill/undotree", cmd = "UndotreeToggle", keys = { - -- [U]ndo [T]ree - { "uT", "UndotreeToggle", desc = "Undo Tree Toggle" }, + { "uu", "UndotreeToggle", desc = "Undo Tree Toggle" }, }, init = function() -- Persist undo, refer https://github.com/mbbill/undotree#usage