Search should start from the current position #10494
Unanswered
italomaia-bk
asked this question in
General
Replies: 2 comments 2 replies
-
Are you using a bar cursor? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am using the bar cursor BUT the problem does not happen with other characters. Could the fact dollar is escaped influence here?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Search does not match text that starts at the cursor position.
Reproduction Steps
For the text:
Given cursor is just behind the first dollar character, if I have
\$
in my*
register and type "n" to find the next match, the beginning of line 2 will be the first match.This is particularly problematic if you were in select mode and type "d" because it will delete the current cursor position AND the match in line two, which is not what I would expect.
Helix log
nothing to see
Platform
Linux
Terminal Emulator
xfce4-terminal
Installation Method
snap
Helix Version
helix 24.3 (2cadec0)
Beta Was this translation helpful? Give feedback.
All reactions