-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add infobox #316
Add infobox #316
Conversation
238502d
to
2074a24
Compare
52d1797
to
37524f4
Compare
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.
Good job!
I had a quick look at the code, here are some suggestions.
3bf6bdd
to
58bf9b5
Compare
716d2de
to
3ee7b1b
Compare
@pickfire Can you do a quick rebase? The lint cleanup made some conflicts. Also, are you planning to change other modes too? Or are we merging just space mode currently? |
Yes, but can merge this first. I just did a rebase this morning though. |
f6491ed
to
7515053
Compare
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 to me
There's a failed lint & the |
Co-authored-by: Benoît Cortier <benoit.cortier@fried-world.eu>
- switch to use static OnceCell to calculate Info once - pass Vec<(&[KeyEvent], &str)> rather than Vec<(Vec<KeyEvent>, &str)> - expr -> tt to allow using | as separator, make it more like match
In the meantime, change gm to gc. Remove extra space in mode title.
Progress (goto and space mode done)