Improve movement in wrapped lines #1450
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After a lot of digging through the VSCode/monaco source code I finally found what command the DownArrow fires here:
https://github.com/microsoft/vscode/blob/94c9ea46838a9a619aeafb7e8afd1170c967bb55/src/vs/editor/browser/controller/coreCommands.ts#L749
Before:
https://user-images.githubusercontent.com/10564538/122933152-a8653380-d36e-11eb-89e2-8ac3dab95276.mp4
After:
https://user-images.githubusercontent.com/10564538/122933106-9edbcb80-d36e-11eb-9363-10d111b8eb48.mp4
Preview @ http://improve_monaco_navigation.surge.sh
Solves #1418