fix(mini.move): <A-j> & <A-k> overridden by default global keybindings

This commit is contained in:
ammon134 2024-04-07 10:04:47 +07:00
parent 97480dc5d2
commit 1efc20ac86

View file

@ -1,7 +1,7 @@
return { return {
{ {
"echasnovski/mini.move", "echasnovski/mini.move",
event = "VeryLazy", event = "LazyFile",
opts = {}, opts = {},
}, },
} }