-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
Relative line numbers #483
Comments
I can try implementing that after I'll finish #478 |
How will this work with multiple cursors? |
There will still be one main cursor with multi cursors. |
helix/helix-term/src/ui/editor.rs Lines 330 to 355 in eba0bbd
This is where the line numbering is done. |
I hope this can be toggled while editing. In Kakoune, it is possible to make pressing 0 temporarily toggle relative line numbers until the next command executes, which is very cool. |
Hello. I didn't want to open a new issue, so I'll report here. [editor]
line-number = "relative" Nor line_numbers = "relative". I'm new to Helix so maybe I'm configuring it the wrong way. Thank you |
@tryzniak Relative line numbers are only in master and not yet released, so you'll have to build from source. |
@sudormrfbin Thanks, I didn't notice that 😄 |
Any word on this becoming something you can switch to temporarily from within helix? I'd find that very useful! |
Describe your feature request
Vim-like relative line numbers, they're very helpful for code navigation.
this could be configured like that
The text was updated successfully, but these errors were encountered: