-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
j/k don't preserve column #8912
Comments
FWIW, this seems to be a bandaid fix:
|
This is caused for this option: |
duplicates #8840 |
Please note that this seems to work with |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I know this has been posted in the past for gj/gk, but this also seems to be broken whenever moving the cursor up or down.
Basically, in this scenario:
If you have your cursor on
c
and move to the otherabc
line, the cursor ends up ona
in the other line for any of the following:j
/k
up
/down
j
/k
If I reload VS Code with extensions disabled and use
up
/down
, this bug does not exist.The text was updated successfully, but these errors were encountered: