How to open a project in multiple Zed instances #34905
Unanswered
TroySigX
asked this question in
Help and General Q&A
Replies: 1 comment
-
Using the CLI: # Launch project in new window
$ zed --new path/to/project
# Launch project in second window
$ zed --new path/to/project
# Launch in as many windows as you want
$ zed --new path/to/project
$ zed --new path/to/project
$ zed --new path/to/project |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have multiple monitors and want to look at different parts of code on different screens, how do I do that?
Beta Was this translation helpful? Give feedback.
All reactions