use keys = {}
to run a custom lua function
#1057
Unanswered
Popkornium18
asked this question in
Q&A
Replies: 1 comment
-
You can use keys = function(_, keys)
-- do something with the lazy keys
end See the plugin spec Best regards! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have mapped a custom lua function to a keybind like this:
I would like to move all my keybind definitions to
keys = {}
but I am wondering how I would do that with a custom function. Were can I put it so that it is still lazy loaded but I can reference it inkeys = {}
. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions