Replies: 2 comments 2 replies
-
Helix is a model editor first in foremost so the intention is that movement happens in normal/visual mode. Relative line numbers are not very useful in insert-mode because you can not use counts there anyway: Pressing |
Beta Was this translation helpful? Give feedback.
-
I agree with Tobias. I dislike the jumping of numbers. It would be great to have an extra configuration option (something like helix/helix-view/src/gutter.rs Lines 178 to 181 in 222be0f helix/helix-view/src/editor.rs Lines 555 to 562 in 222be0f Please correct me if I am wrong. If desired, I could put together a pull request. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
the documentation states "When unfocused or in insert mode, relative will still show absolute line numbers."
so this is probably intended behavior.
however i find it quite irritating that i have to go to the normal mode, then look at the relative line numbers just so i can jump to that line in a relative manner.
i would like to be able to see the relative line number in normal mode as well so i can jump faster.
or is there a better way to jump lines in normal mode?
Beta Was this translation helpful? Give feedback.
All reactions