Reveal in files instead of Finder (#13432)
fixes: #12776 Release Notes: - Renamed `editor::RevealInFinder` to `editor::RevealInFileManager` --------- Co-authored-by: Mikayla Maki <mikayla@zed.dev>
This commit is contained in:
co-authored by
Mikayla Maki
parent
f44e81b3b5
commit
2dd486733b
@@ -267,7 +267,7 @@ See the [tasks documentation](/docs/tasks#custom-keybindings-for-tasks) for more
|
||||
| Redo | Editor | `⌘ + Shift + Z` |
|
||||
| Redo selection | Editor | `⌘ + Shift + U` |
|
||||
| Rename | Editor | `F2` |
|
||||
| Reveal in finder | Editor | `Alt + ⌘ + R` |
|
||||
| Reveal in File Manager | Editor | `Alt + ⌘ + R` |
|
||||
| Revert selected hunks | Editor | `⌘ + Alt + Z` |
|
||||
| Select all | Editor | `⌘ + A` |
|
||||
| Select all matches | Editor | `⌘ + Shift + L` |
|
||||
@@ -483,7 +483,7 @@ See the [tasks documentation](/docs/tasks#custom-keybindings-for-tasks) for more
|
||||
| Paste | Project Panel | `⌘ + V` |
|
||||
| Rename | Project Panel | `Enter` |
|
||||
| Rename | Project Panel | `F2` |
|
||||
| Reveal in finder | Project Panel | `Alt + ⌘ + R` |
|
||||
| Reveal in File Manager | Project Panel | `Alt + ⌘ + R` |
|
||||
|
||||
#### Project Search Bar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user