-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Keymap presentation refinements and underlying restructuring + consistent config use #5565
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
Closed
Closed
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
3e51bc9
(theme) feat: mode based primary cursor colors
gibbz00 71c7565
docs/themes: mode based primary cursor colors
gibbz00 a2b488f
remove one-liner solely used for a test
gibbz00 34301f7
Inlined helper fuction with a singular referecne.
gibbz00 b41790a
Removed unused import
gibbz00 1e3f1e4
Remove order property of KeyTrie struct:
gibbz00 0f262c0
Infobox: Remove superflous command descripition pruning:
gibbz00 76054f7
Keymap infobox: Use Vec in place of BTree:
gibbz00 74833ff
Keymap infobox: Place in correct order from start:
gibbz00 d7b3e03
Keymap infobox: Format body from start
gibbz00 da994c9
keymap.rs file splitting, cleanup and descriptive naming:
gibbz00 fda6c3b
Rename MappableCommand field doc to description:
gibbz00 9d7e9a2
Initial sorting of keymap info window
gibbz00 8ce551b
Infobox: Consistently place lowercase equivalents first
gibbz00 efdb1a1
Infobox keyevent ordering "C-" aknowledgement:
gibbz00 2551b74
Remove infobox optimization suggestion comment:
gibbz00 61d6904
keymap testing touchups
gibbz00 c6e3bb9
Exclude config no_op bindings in command palette.
gibbz00 aa9095b
Reuse table in picker
sudormrfbin e5079c4
Use upstream implementation of table column calculation
sudormrfbin 23abcd7
Minimize allocation when converting table rows to string
sudormrfbin 4bf2caf
Replace menu::Item::{row, label} with format()
sudormrfbin 3d8155c
Cleaner infobox join operation
gibbz00 4d4e87b
Helix term use statement cleanups
gibbz00 be31ee2
Move Config related tests from keymap tests Config tests
gibbz00 7231d0f
Config test cleanup
gibbz00 d25d0ac
Unify config loading pt 1:
gibbz00 8918553
Unify config loading pt 2:
gibbz00 b4ca7d8
Minor module visibility cleanup
gibbz00 8cb9a91
Renamed the keymap! macro to keytrie!:
gibbz00 ac7348b
Clarify config loading pt. 3
gibbz00 88abbcd
Clarify config loading pt. 4
gibbz00 10776c7
Clarify config loading pt. 5
gibbz00 6f4301c
Move --help message to separate file.
gibbz00 87afbe5
help.rs: use named parameters
gibbz00 b7f895a
Unify config loading
gibbz00 73676b5
Consistent exit handling
gibbz00 7ddeca2
Unify config loading
gibbz00 4731861
Unify config loading
gibbz00 c0ad268
Unify config loading
gibbz00 037f6d3
Unify config loading
gibbz00 0c3b6b9
Use unified config loading in docgen and health
gibbz00 a904e2c
fix rebase
gibbz00 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is deliberate for macro hygiene purposes.
Uh oh!
There was an error while loading. Please reload this page.
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.
Mm sure, I can revert this. Although I doubt there will be a namespace are namespace collisions with:
std::collections::HashMap::with_capacity