-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A function to list all modalka state bindings #8
Comments
Yes, that's possible. Not sure when I get to it, though, but I like the idea. |
Now that #10 is implemented and (At present it looks like this information is captured only in the lexical closure for each anonymous function, and the manual recommends against relying on the current closure implementation, so a new property seems like a better option than inspecting the closure environment.) A way to list all modalka bindings would then be to iterate through the keymap and, for each key, get the
|
Even cooler would be a way to get the normal keymap descriptions (e.g. |
@phil-s, Do you want to make a PR for this feature? I'm quite busy these days, unfortunatelly. You seem to be advanced ELisp user who can handle it. |
Definitely maybe? I'll try to take a look at this sometime soon. |
Is it possible to add a function, say
modalka-describe-bindings
, which just lists all the bindings bound in modalka state (preferably with the function it is bound to)? This can be useful when I know I bound something but I forgot what I bound it too.The text was updated successfully, but these errors were encountered: