Proposal: Mouse wheel zoom (Ctrl/Cmd + scroll to change font size) #51773
Closed
Vastargazing
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
|
#51020 is quite close, if anyone wants to pick it up and fix the review comments. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
#53452 with the fix had been merged |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'd like to propose adding support for adjusting the editor font
size using the mouse wheel while holding Ctrl (Windows/Linux) or Cmd (macOS).
Why: This is a standard feature in VS Code and JetBrains IDEs and a
common workflow for developers who adjust font size while reading or
presenting code. It would make the transition to Zed smoother for users
coming from those editors.
Implementation (working branch ready):
mouse_wheel_zoomsetting, disabled by defaultEditorElementhandles discrete scroll steps (Linesdelta only)Pixelsdelta) is intentionally ignored to avoid jitter during pinch-zoom gestureseditor.mouseWheelZoomis mapped during settings importCode is tested, formatted, and compiles cleanly. Happy to open a PR if this aligns with product direction.
Peek.2026-03-17.20-151.mp4
Beta Was this translation helpful? Give feedback.
All reactions