Fix option-t and option-shift-t in terminal (#18749)
This commit is contained in:
parent
8f27ffda4d
commit
7608000df8
1 changed files with 6 additions and 1 deletions
|
@ -440,7 +440,12 @@
|
|||
"cmd-k shift-right": ["workspace::SwapPaneInDirection", "Right"],
|
||||
"cmd-k shift-up": ["workspace::SwapPaneInDirection", "Up"],
|
||||
"cmd-k shift-down": ["workspace::SwapPaneInDirection", "Down"],
|
||||
"cmd-shift-x": "zed::Extensions",
|
||||
"cmd-shift-x": "zed::Extensions"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && !Terminal",
|
||||
"bindings": {
|
||||
"alt-t": "task::Rerun",
|
||||
"alt-shift-t": "task::Spawn"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue