wrong cursor position after the j
and k
cursor movement commands
#151
Labels
Milestone
j
and k
cursor movement commands
#151
Sometimes, when moving the cursor up and down using the
j
andk
commands, the cursor doesn't end up in the correct position.Here is a test case that I've manged to come up with:
You can see that when I'm on the "i" character (Line 1, Column 24), and the hit
j
, the cursor does not go to the "C" character (Line 2, Column 24), but instead, it goes to the "o" (Line 2, Column 25). A similar behavior occurs when the cursor is on the "e" character (Line 1, Column 26).Here is the test case file:
testcase.txt
The text was updated successfully, but these errors were encountered: