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
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
I pressed <g> <Arrow-Down> while the cursor was at the beginning of an extremely long line of code, i.e., a line that has word-wrapped and therefore spans multiple lines in the code editor, even though it's still kept as a single line in the original file.
What did you expect to happen?
I expected to happen the same as if I had pressed <g> <j>, i.e., I expected the cursor to go to the next "visual" line, but stay in the same actual line of code.
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
I pressed
<g> <Arrow-Down>
while the cursor was at the beginning of an extremely long line of code, i.e., a line that has word-wrapped and therefore spans multiple lines in the code editor, even though it's still kept as a single line in the original file.What did you expect to happen?
I expected to happen the same as if I had pressed
<g> <j>
, i.e., I expected the cursor to go to the next "visual" line, but stay in the same actual line of code.What happened instead?
Nothing.
Technical details:
This is similar to issue #1060.
The text was updated successfully, but these errors were encountered: