Merged
Conversation
- fix the operators' display in the status bar - fill the subword object placeholder - fix some spelling mistakes - fix a bug where the first and last words in a buffer couldn't be selected
one object. This makes return types shorter and makes it easy to add an extra helix object entirely. Also add logic for the sentence and paragraph text objects. The way this is implemented would make it easy to for example ignore brackets after a backslash.
…t is only whitespace
Contributor
Author
|
@ConradIrwin ready for merge. |
This was referenced Sep 13, 2025
kubkon
pushed a commit
that referenced
this pull request
Sep 14, 2025
Hotfixes issue I have introduced in #37748. Without this, helix mode select not working at all in `main` branch. Release Notes: - N/A
At the risk of sounding ignorant, but: How can I target it? |
Contributor
Author
|
@morlinbrot , wow good question.. I guess |
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
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.
Please credit @eliaperantoni, for the original PR (#34136).
Merge after (#34060) to avoid conflicts.
Closes #33838
Closes #33906
Release Notes:
Known issues:
helix_move_cursor. It is possible however to respect self.mode in change_selection now.Ctrl+A(increment) or>(indent) will collapse selection also. I haven't found a way to avoid it.