-
Notifications
You must be signed in to change notification settings - Fork 1
Keybinding Configuration Improvements #13
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
Merged
Merged
Conversation
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13 +/- ##
==========================================
+ Coverage 74.72% 76.28% +1.56%
==========================================
Files 24 24
Lines 2263 2315 +52
Branches 449 465 +16
==========================================
+ Hits 1691 1766 +75
+ Misses 402 371 -31
- Partials 170 178 +8 ☔ View full report in Codecov by Sentry. |
haberdashPI
added a commit
that referenced
this pull request
Sep 10, 2024
This is a series of small, mostly cosmetic updates prior to the 0.3.0 release which will be the first release published to the VSCode/VSCodium 'stores'. Updates: - Many improvements to the README - A shiny logo - Rename `Remove Keybindings` to `Deactivate Keybindings` to match `Activate Keybindings` - Activating user bindings has a default file equal to the currently active file - Created an `Install Active Keybinding Extensions` command that lets users install extensions after activating keybindings without having to reactivate them. FYI: @bhainesva: I have reverted your change to the `shift+r` command form #15 as I have found that in general it is more useful to have it not expand lines in my daily work. If you desire the behavior as it was previously documented you can always press `shift+x shift+r`, or override the default binding with a user binding, as made possible by #13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is a bit of a hodge-podge of updates.
Changes:
larkin.toml
that are very specific to my personal setup and add them to my own user binding file. They probably didn't work anyways and/or weren't relevant for anyone but frequent users of Julia.Coverage:
Bug Fixes:
Here are the bindings that exist in my own personal
masterkeys.toml
that I add to my config using the new commandMaster Key: Activate User Keybindings
. These bindings were previously included as part of the Larkin preset.