Opening a temporary file in a the current Zed instance via EDITOR or VISUAL #41003
Unanswered
theherk
asked this question in
Help and General Q&A
Replies: 1 comment
-
|
This actually does work with zed I have discovered. The issue was that I mostly use Zed Preview, so it isn't another instance, but actually just another program, and that wasn't apparent. Nevertheless, unfortunately |
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.
-
I use neovim as my
EDITOR. This works well, but I was poking around to see if I could in some cases useexport VISUAL="zed -w -a $PWD"for a given instance, so that when I usec-x c-ein bash orm-ein fish, I could have this open in the current terminal input in the current Zed instance. But this always seems to open a new blank instance, probably because the path of the temporary file isn't within the current instances project root, but I don't know.Maybe I'm doing something trivial wrong. Is this possible? Does anybody else have this working?
Beta Was this translation helpful? Give feedback.
All reactions