This website requires JavaScript.
Explore
Help
Sign in
opdavies
/
opdavies.nvim
Archived
Watch
1
Star
0
Fork
You've already forked opdavies.nvim
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
This repository has been archived on
2025-01-07
. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
e46159a94c
opdavies.nvim
/
plugin
/
undotree.lua
2 lines
57 B
Lua
Raw
Normal View
History
Unescape
Escape
Update undotree configuration Replace usages of custom keybinding functions with `vim.keymap.set()`.
2024-05-16 18:12:39 +01:00
vim.keymap
.
set
(
"
n
"
,
"
<leader>u
"
,
vim.cmd
.
UndotreeToggle
)
Reference in a new issue
Copy permalink