Feature Request: Option to hide diff view when opening files from Git Panel #53717
auduongtuan
started this conversation in
Feature Requests
Replies: 0 comments
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.
-
Description
Currently, when selecting "Open file" from the Git Panel in Zed, the file opens in diff view mode. This is different from VS Code's behavior, where opening a file from the Git panel opens the file directly without showing the diff.
Current Behavior
Expected Behavior
When selecting "Open file" from the Git Panel, the file should open without the diff view, just like in VS Code. Alternatively, there could be a setting to control this behavior (e.g.,
git.open_file_in_diff_mode: false).Use Case
Users often want to quickly view or edit the full file content without the distraction of the diff view. Having to manually exit diff mode adds friction to the workflow.
Reference
VS Code behavior: Opening a file from the Source Control panel opens the file directly, not in diff mode.
Beta Was this translation helpful? Give feedback.
All reactions