-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
feat: allow configuring keymap descriptions #789
feat: allow configuring keymap descriptions #789
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! It looks great, just one small nit and it's good to go!
Co-authored-by: Kristijan Husak <husakkristijan@gmail.com>
Cheers. I'm pretty sure I've now applied your requested change and merged in the latest master...? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Allows the optional configuration of a keymap's
desc
alongside itslhs
.Related issues:
#788
#781