Add UndoTree (#5)
This commit is contained in:
parent
a3ee26ebf2
commit
a5c4e11ce7
3 changed files with 8 additions and 0 deletions
1
after/plugin/keymap.lua
Normal file
1
after/plugin/keymap.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
vim.keymap.set('n', '<leader><F5>', vim.cmd.UndotreeToggle, { desc = "Display undo history" })
|
||||
Loading…
Add table
Add a link
Reference in a new issue