Conrad Irwin
Conrad Irwin
@DissolveDZ Sorry for the surprise! Zed now ships two binaries: `zed` the main editor process, and `cli` that manages zed (as happens on macOS, etc.) You should be able to...
@babyccino thanks for figuring this out! Unfortunately this doesn't account for the case when the inline assistant is open, as we still need to disable vim in that mode... I've...
It’s a tricky interaction because we don’t want vim enabled in the rename editor - but it’s just an editor - and so the way keybinding works we can’t easily...
@DAlperin This is super cool! Unfortunately, after this is merged it's no longer possible to trigger `cmd-k cmd-s` if you release the cmd key between the two (because now there's...
:+1: Definitely! This branch is actually only taken (right now at least) while developing zed. In the deployed version the two communicate via https://collab.zed.dev. (In a future iteration that might...
@JesseFarebro definitely! I didn't want to give people a false sense of privacy though - so although we could technically proxy requests to https://collab.zed.dev over SSH, I'd rather wait until...
@someone13574 Thanks again! I like how minimal the code-changes are now - that seems like we're in a good place, and I am happy to merge them after I've had...
@someone13574 I think it's good to keep the channels the same. There are two use-cases: local testing and releasing, for local testing it's nice to be able to work on...
The concern definitely makes sense. I do want to see if we can avoid it though, because I don't want to have to debug problems caused by different compiler versions,...
Thanks for this! I really like the idea of making Zed easy to install for everyone; but I am worried about causing users to have a worse experience actually using...