mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 12:21:50 +00:00
remove custom terminal keybindings
This commit is contained in:
parent
2d126c7c5c
commit
525e317d96
1 changed files with 1 additions and 8 deletions
|
@ -303,8 +303,7 @@
|
|||
"cmd-shift-P": "command_palette::Toggle",
|
||||
"cmd-shift-M": "diagnostics::Deploy",
|
||||
"cmd-shift-E": "project_panel::Toggle",
|
||||
"cmd-alt-s": "workspace::SaveAll",
|
||||
"shift-space t": "terminal::DeployModal"
|
||||
"cmd-alt-s": "workspace::SaveAll"
|
||||
}
|
||||
},
|
||||
// Bindings from Sublime Text
|
||||
|
@ -420,11 +419,5 @@
|
|||
"tab": "terminal::Tab",
|
||||
"cmd-v": "terminal::Paste"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "ModalTerminal",
|
||||
"bindings": {
|
||||
"escape": "terminal::DeployModal"
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue