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:
parent
06bd2431d2
commit
1b06c70a76
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && !Terminal",
|
||||
"context": "Workspace && !Terminal",
|
||||
"bindings": {
|
||||
"alt-t": "task::Rerun",
|
||||
"alt-shift-t": "task::Spawn"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue