mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Added experimental keybinding for the modal terminal
This commit is contained in:
parent
9752650a49
commit
093ab96f84
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
[
|
||||
{
|
||||
"context": "Workspace",
|
||||
"bindings": {
|
||||
"shift-escape": "terminal::DeployModal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "ModalTerminal",
|
||||
"bindings": {
|
||||
|
|
Loading…
Reference in a new issue