diff --git a/.config/nvim/lua/plugins/undotree.lua b/.config/nvim/lua/plugins/undotree.lua index 9ff1d16..f87fdc0 100644 --- a/.config/nvim/lua/plugins/undotree.lua +++ b/.config/nvim/lua/plugins/undotree.lua @@ -1,6 +1,6 @@ return { "mbbill/undotree", keys = { - { "", "UndotreeToggle" }, + { "", "UndotreeToggleUndotreeFocus" }, }, }