-
Notifications
You must be signed in to change notification settings - Fork 12
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
new-log-viewer: Add keyboard shortcut to toggle word wrapping. #60
Labels
enhancement
New feature or request
Comments
This was referenced Sep 1, 2024
This was referenced Sep 11, 2024
This was referenced Sep 26, 2024
This was referenced Sep 27, 2024
This was referenced Sep 30, 2024
This was referenced Oct 14, 2024
This was referenced Oct 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Request
The new log viewer (and the old one) don't have a shortcut to toggle word wrapping for long lines. This can be useful to get long lines out of the way in logs like this one:
Possible implementation
Add a keyboard shortcut to toggle Monaco's
wordWrap
option. The shortcut could be ALT/Option + Z to match VSCode.The text was updated successfully, but these errors were encountered: