We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Split selections on new lines inserts cursors also on the next line. Seems to be related to #9422
I tried this:
hx
split_selection_on_newlines
I expected this to happen:
(using _ to signify selection)
_
For this text
_aaaa bbbb_
I expect
_aaaa_ _bbbb_
To be the selections after split.
Instead, this happened:
_aaaa_ _bbbb_ _
Helix log doesn't contain anything related to this issue. Can provide if necessary.
macOS
wezterm 20240203-110809-5046fc22
source
083a9e7
The text was updated successfully, but these errors were encountered:
srry for the regression and thanks for the quick report!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
Split selections on new lines inserts cursors also on the next line. Seems to be related to #9422
Reproduction Steps
I tried this:
hx
split_selection_on_newlines
I expected this to happen:
(using
_
to signify selection)For this text
I expect
To be the selections after split.
Instead, this happened:
Helix log
Helix log doesn't contain anything related to this issue. Can provide if necessary.
Platform
macOS
Terminal Emulator
wezterm 20240203-110809-5046fc22
Installation Method
source
Helix Version
083a9e7
The text was updated successfully, but these errors were encountered: