This website requires JavaScript.
Explore
Help
Sign In
TiagoRG
/
.dotfiles
Watch
1
Star
0
Fork
You've already forked .dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1bc43742cf
.dotfiles
/
.config
/
nvim
/
after
/
plugin
/
undotree.lua
2 lines
57 B
Lua
Raw
Normal View
History
Unescape
Escape
Initial commit on new repo Signed-off-by: TiagoRG <tiago.rgarcia@ua.pt>
2023-10-21 13:05:20 +00:00
vim.keymap
.
set
(
"
n
"
,
"
<leader>u
"
,
vim.cmd
.
UndotreeToggle
)