Allow for keymappings to accept functions #750
Unanswered
Chiarandini
asked this question in
Ideas
Replies: 1 comment
-
You can just make a mapping on your own like use the lua function or vim command |
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 a set of keymappings that I like to use to navigate when I'm programming and when I'm in latex. A lot of these keymappings overlap in my head, so I would like to be able to do something like this (within textobject.move in treesitter setup)
I looked into the source code, but I couldn't find where I would need to modify to make this happen, so I'm opening this thread.
Beta Was this translation helpful? Give feedback.
All reactions