You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While navigating a note in Vim mode using k, the cursor can become stuck and stop moving upward even though there are still lines above it. Downward movement with j continues to work normally.
Steps to reproduce
Open a long note.
Enable Vim mode.
Scroll down through the note.
Press k repeatedly to move back up.
Expected Behaviour
Pressing k should continue moving the cursor upward one line at a time until the beginning of the note is reached.
Actual Behaviour
The cursor becomes stuck and can no longer move upward, even though there are still lines above the current cursor position. Repeatedly pressing k has no effect, while j continues to move the cursor downward normally.
Additional Notes
Note
The issue only affects upward movement with k.
Downward movement with j continues to work as expected.
Disabling Word wrap prevents the issue from occurring. The issue is only reproducible when Word wrap is enabled.
Three screen recordings are attached demonstrating the issue consistently.
Environment
Description
While navigating a note in Vim mode using
k, the cursor can become stuck and stop moving upward even though there are still lines above it. Downward movement withjcontinues to work normally.Steps to reproduce
krepeatedly to move back up.Expected Behaviour
Pressing
kshould continue moving the cursor upward one line at a time until the beginning of the note is reached.Actual Behaviour
The cursor becomes stuck and can no longer move upward, even though there are still lines above the current cursor position. Repeatedly pressing
khas no effect, whilejcontinues to move the cursor downward normally.Additional Notes
Note
k.jcontinues to work as expected.Screenshots
Case 1
Case 2
Case 3