Fix alt-t context (#18783)

- Fix incorrect context introduced in https://github.com/zed-industries/zed/pull/18749/

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2024-10-06 10:26:26 -04:00 committed by GitHub
parent 06bd2431d2
commit 1b06c70a76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -444,7 +444,7 @@
}
},
{
"context": "Editor && !Terminal",
"context": "Workspace && !Terminal",
"bindings": {
"alt-t": "task::Rerun",
"alt-shift-t": "task::Spawn"