docs: Update File History menu label from Open to View (#49859)

Fixed the incorrect menu label from "Open File History" to "View File
History" in the docs so it matches the actual UI.

<img width="940" height="1350" alt="2026-02-22 at 22 49 35"
src="https://github.com/user-attachments/assets/3410fafb-48ed-457f-a2fb-1005708aee52"
/>


Before you mark this PR as ready for review, make sure that you have:
- [ ] Added a solid test coverage and/or screenshots from doing manual
testing
- [x] Done a self-review taking into account security and performance
aspects
- [ ] Aligned any UI changes with the [UI
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)

Release Notes:

- N/A

Co-authored-by: Kunall Banerjee <hey@kimchiii.space>
This commit is contained in:
Dale Seo 2026-03-01 05:02:33 -05:00 committed by GitHub
parent c8e5494d6a
commit 924c74bd3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View file

@ -91,11 +91,11 @@ To disable word diff for specific languages only, add this to your settings.json
File History shows the commit history for an individual file. Each entry displays the commit's author, timestamp, and message. Selecting a commit opens a diff view filtered to show only the changes made to that file in that commit.
To open File History:
To view File History:
- Right-click on a file in the Project Panel and select "Open File History"
- Right-click on a file in the Git Panel and select "Open File History"
- Right-click on an editor tab and select "Open File History"
- Right-click on a file in the Project Panel and select "View File History"
- Right-click on a file in the Git Panel and select "View File History"
- Right-click on an editor tab and select "View File History"
- Use the Command Palette and search for "file history"
## Fetch, Push, and Pull {#fetch-push-pull}

View file

@ -99,11 +99,11 @@ You can switch between modes at any time. Your preference applies to [Project Di
File History shows the commit history for an individual file. Each entry displays the commit's author, timestamp, and message. Selecting a commit opens a diff view filtered to show only the changes made to that file in that commit.
To open File History:
To view File History:
- Right-click on a file in the Project Panel and select "Open File History"
- Right-click on a file in the Git Panel and select "Open File History"
- Right-click on an editor tab and select "Open File History"
- Right-click on a file in the Project Panel and select "View File History"
- Right-click on a file in the Git Panel and select "View File History"
- Right-click on an editor tab and select "View File History"
- Use the Command Palette and search for "file history"
## Fetch, Push, and Pull