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
An extra cursor gets created when a start of line/end of line search is carried out on a selection that is followed by an empty line.
With the following text:
1. console.log('hello') 2.
Run these commands to select line 1 and search for start of line within it:
g1g x s ^ <return>
One cursor should be created (on line 1)
Two cursors are created (one on line 1 and one on line 2).
(The same happens if you search for end of line using $.)
$
n/a
Linux (Fedora Silverblue 36)
Black Box
helix 22.05 (e4c9d40)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
An extra cursor gets created when a start of line/end of line search is carried out on a selection that is followed by an empty line.
Reproduction Steps
With the following text:
Run these commands to select line 1 and search for start of line within it:
What should happen
One cursor should be created (on line 1)
What actually happens
Two cursors are created (one on line 1 and one on line 2).
(The same happens if you search for end of line using
$
.)Helix log
n/a
Platform
Linux (Fedora Silverblue 36)
Terminal Emulator
Black Box
Helix Version
helix 22.05 (e4c9d40)
The text was updated successfully, but these errors were encountered: