AutoYADM commit: 2024-12-13 15:30:02

This commit is contained in:
Daniel Fichtinger 2024-12-13 15:30:02 -05:00
parent f09f547d3b
commit bb8e1c9e23
4 changed files with 24 additions and 10 deletions

View file

@ -1 +1,6 @@
print("hello nvim")
-- vim.keymap.set("n", "<80>ku", function()
-- print("Detected... special")
-- end)
-- vim.keymap.set("n", "<Up>", function()
-- print("Detected... special")
-- end)