mirror of
https://github.com/zed-industries/zed.git
synced 2026-07-09 16:00:35 +00:00
Resolves https://github.com/zed-industries/zed/issues/55617 This diff makes the standard Reveal in Finder/File Manager shortcut work when an image tab is focused. Image tabs already expose the reveal action from the tab context menu, but the keyboard shortcut was only bound in the `Editor` context, so pressing `cmd-k r` on macOS or `ctrl-k r` on Linux/Windows did nothing while focus was in the image viewer. With this change, `ImageView` handles the existing `editor::RevealInFileManager` action, and the default keymaps bind the same reveal shortcut in the `ImageViewer` context. This keeps image tabs consistent with text editor tabs while reusing the same project path reveal path used elsewhere. Release Notes: - Fixed Reveal in Finder/File Manager shortcuts not working when an image tab is focused. Co-authored-by: Joseph T. Lyons <JosephTLyons@gmail.com> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE-GPL | ||