-
Notifications
You must be signed in to change notification settings - Fork 222
Add actions to keymap configuration #471
New issu 10000 e
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
Conversation
All action logic here remains the same
I'm not sure if this is the best way to do this, or even necessary but i could't find another easy way to get the current relevant data for whatever is under the cursor
Nice! Thanks for the PR. I'll take a look this weekend 👀 |
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.
I just realized #428 is not really good first issue as I originally labeled it to be. I'm really impressed about how quickly you picked up the codebase and implemented such a non-trivial feature.
Anyway, great work! Mostly look good to me.
Co-authored-by: Thang Pham <phamducthang1234@gmail.com>
Co-authored-by: Thang Pham <phamducthang1234@gmail.com>
Co-authored-by: Thang Pham <phamducthang1234@gmail.com>
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.
LGTM. Only a few nits for documentation
Co-authored-by: Thang Pham <phamducthang1234@gmail.com>
Thank you for your patience, and this awesome project! |
Resolves #428
Since this PR is quite large i split it up into smaller commits to hopefully make it easier to understand.
The AddSelectedItemToQueue command could now be removed and replaced with an action keymap, although this might break some people's configurations.