From 0481c8fe10edc587bd7c8520cccc975e49a9a675 Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Fri, 31 May 2024 13:50:54 +0545 Subject: [PATCH] fix: remap undotree key to uu --- lua/lazyvim/plugins/extras/editor/undotree.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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