mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
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:
parent
c8e5494d6a
commit
924c74bd3b
2 changed files with 8 additions and 8 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue