zed icon indicating copy to clipboard operation
zed copied to clipboard

Launching a new Zed window from the command line collides with existing full-screen window(s)

Open mattgiles opened this issue 11 months ago • 1 comments

Check for existing issues

  • [X] Completed

Describe the bug / provide steps to reproduce it

Admittedly this issue sits on the border between bug/feature, but it's a little hard to believe the current behavior is intended.

To reproduce, do:

  1. Launch some code repository with Zed, and enter full screen.
  2. Navigate to another "space" (in macOS parlance) and open a terminal window (alternate: just open the in-Zed terminal)
  3. Launch some other code repository with Zed using zed path/to/directory

If I launch from a standalone terminal window, I end up with focus on the/an existing full screen zed window, and not the new window just launched.

If I launch from the in-Zed terminal, the new Zed window covers the existing full-screen window rather than opening full-screen in a new space (expected/idiomatic behavior). Which makes navigation to the covered window annoying/difficult.

Environment

Zed: v0.127.3 (Zed) OS: macOS 13.3.1 Memory: 32 GiB Architecture: x86_64

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

No response

mattgiles avatar Mar 24 '24 21:03 mattgiles

This appears to be fixed in the latest release? Thanks!

mattgiles avatar Apr 26 '24 00:04 mattgiles