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:
@@ -444,7 +444,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && !Terminal",
|
||||
"context": "Workspace && !Terminal",
|
||||
"bindings": {
|
||||
"alt-t": "task::Rerun",
|
||||
"alt-shift-t": "task::Spawn"
|
||||
|
||||
Reference in New Issue
Block a user