Replies: 6 comments
-
I'm not sure if this is the default or set in the configuration I'm using but this is the behavior for me in vim:
While I like these commands, for relative navigation I find using these motions in helix more convinient: 2j / 2k (also works with the arrow keys) |
Beta Was this translation helpful? Give feedback.
-
@CptPotato Yeah, I knew it before I opened this issue. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Is this closed then? |
Beta Was this translation helpful? Give feedback.
-
@pickfire |
Beta Was this translation helpful? Give feedback.
-
Yes, I believe that should be the behavior. |
Beta Was this translation helpful? Give feedback.
-
Keep |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new in vim and helix. After I added
line-number = "relative"
to myconfig.toml
, I find thatgoto
did not perform as I expected. And vimCould we add negative count support for
:g <count>
,:<count>
,<count> G
?For example:
First, helix should check whether you have enabled
relative line numbers
.You could type
:g -2
to jump totheme = "nord"
if you enabledrnu
.(Or jump to
scrolloff = 0
by typing:g 2
)Beta Was this translation helpful? Give feedback.
All reactions