mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: remap undotree key to uu
This commit is contained in:
parent
e7a4d52f05
commit
0481c8fe10
1 changed files with 1 additions and 2 deletions
|
|
@ -3,8 +3,7 @@ return {
|
|||
"mbbill/undotree",
|
||||
cmd = "UndotreeToggle",
|
||||
keys = {
|
||||
-- [U]ndo [T]ree
|
||||
{ "<leader>uT", "<cmd>UndotreeToggle<cr>", desc = "Undo Tree Toggle" },
|
||||
{ "<leader>uu", "<cmd>UndotreeToggle<cr>", desc = "Undo Tree Toggle" },
|
||||
},
|
||||
init = function()
|
||||
-- Persist undo, refer https://github.com/mbbill/undotree#usage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue