Conrad Irwin
Conrad Irwin
As of recent Zeds we should prefer the rust-analyzer you have in the path. That said, we found that (at least for the Zed team) the rust-analyzer installed by `rustup`...
Nice, thanks for this! We should be able to re-use the existing vim::Number actions for this instead of adding a new one. Though, we might need to move the registration...
Closing this for now due to conflicts, though it is something I do want to figure out how to do. It seems like the crux of the issue is handling...
Thanks for this! I don't think we should show [try again](https://github.com/zed-industries/zed/pull/29752/files#diff-333cdcda481f160c25532d36a64aa669d5e8b3d7ff6afa2ec95e3ae5fd142134R95-R99). Depending on how you are SSH'ing you may be prompted to enter multiple different passwords (for example when jumping...
Sorry for leaving this broken! We are planning to remove the existing dev server support over the next few weeks as we'd prefer to push people to a purely SSH-based...
The `null` handling is definitely tricky... Given a context stack like: Workspace > Pane > Editor; if you set `"ctrl-t":null` at Editor, it should also disable `ctrl-t X` at Workspace...
The rule should be that: * matches lower in the tree take precedence over matches higher * at a given level in the tree the last definition wins (so user...
I think this is actually working as intended. More changes could happen to make the system easier to understand, but I don't think we should rush into small tweaks as...
I agree this would be useful! In fact, I think we should copy Safari's behavior, and make `cmd-shift-t` work across panes within the workspace. If you'd like to pair with...
Thanks! Let's leave autocomplete for a follow-up. I pushed up a change to fix `w!` and add a test; I think this should be good to go.