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

This commit is contained in:
Daniel Fichtinger 2024-12-13 15:00:02 -05:00
parent e208c2c31a
commit 17c3afa137
3 changed files with 10 additions and 4 deletions

View file

@ -4,7 +4,7 @@
local wk = require("which-key")
local map = vim.keymap.set
map({ "n" }, "^[[91;5u", function()
map({ "n" }, "<Esc>[91~", function()
vim.notify("Done!")
end)