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",
|
"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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue