Replies: 2 comments
-
Wow, I didn't know I could goto line like this. I actually think current behavior is correct, that's how global/search works. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is intentional behavior |
Beta Was this translation helpful? Give feedback.
0 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
I noticed that prompt entries that begin with a number move the editor cursor to a matching line number. So, I updated Helix like 10 mins ago (from now), but the issue persists. However, this does not happen if I type in other characters and then move the prompt cursor to the beginning.
Reproduction Steps
I tried this:
hx <anyfile>
:
I expected this to happen:
The cursor should stay on it's line until I hit Enter.
Instead, this happened:
The cursor incrementally goes to the line matching the number
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
alacritty
Installation Method
source
Helix Version
helix 23.10 (77ab792)
Beta Was this translation helpful? Give feedback.
All reactions