-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cursor does not go to the end of line when pressing "End" with word wrap enabled #19644
Comments
We have defined a bunch of target positions for
Apparently we should add |
It seems like #15121 reported a similar issue. |
@flowmemo
Better (as Sublime Text does):
|
@clemtoy What is the opinion from VSCode team? |
@rebornix What is your opinion? |
Understood. I'll try to change the home/end button behaviors to clemtoy's second proposal which is stated as below.
|
@misoguy I left comments there but seems you didn't see it :) https://github.com/Microsoft/vscode/pull/21338/files#r103243328 BTW, did you have a test on #22005 (comment) as well? |
@rebornix That's wierd...because I can't find any comment at https://github.com/Microsoft/vscode/pull/21338/files#r103243328 |
@rebornix Thanks for the comments! I'll see what I can do about them. |
Sorry for making you wait for so long @misoguy now I finally know the difference between A Single Comment and Start a Review :( |
@clemtoy @rebornix @flowmemo After implementing the changes to the behavior of
I'm not sure if this explanation is enough to understand...Please comment for further explanation :) |
Sublime Text on my macOS works as follows with wrapped lines:
I would like to be able to set up my keybindings so that I can use it the same way. |
Thank you very much ! |
Steps to Reproduce:
"editor.wordWrap": true
The cursor does not go to the EOL character.
Example here
The text was updated successfully, but these errors were encountered: