AutoYADM commit: 2024-12-13 15:00:02
This commit is contained in:
parent
e208c2c31a
commit
17c3afa137
3 changed files with 10 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue