AutoYADM commit: 2024-12-13 15:45:02
This commit is contained in:
parent
bb8e1c9e23
commit
34b796cfb4
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
-- vim.keymap.set("n", "<80>ku", function()
|
||||
-- print("Detected... special")
|
||||
-- end)
|
||||
-- vim.keymap.set("n", "<Up>", function()
|
||||
-- print("Detected... special")
|
||||
-- end)
|
||||
local function display()
|
||||
vim.notify("Displaying something", vim.log.levels.INFO)
|
||||
end
|
||||
local key = "←"
|
||||
vim.keymap.set({ "n", "i" }, key, display)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue