Replies: 2 comments 1 reply
1 reply
|
I added an updated discussion with another change I would like to see, so I'm closing this one |
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.
Uh oh!
There was an error while loading. Please reload this page.
Consider a file in which we have 3 lines:
In Vim, If our cursor is on Line 1, then pressing
2jwill move us to Line 3 by default.But in Helix, pressing
2jwill move us to the second wrapped-line on Line 2. This makes relative numbers basically useless, because their main usecase is to be able to travel vertically instantly and delete large chunks of textmy proposition is that k and j will ignore wrapped lines, so if a line wraps the movement won't be 'absorbed'
All reactions