remove custom terminal keybindings

This commit is contained in:
Keith Simmons 2022-07-06 13:22:54 -07:00
parent 2d126c7c5c
commit 525e317d96

View file

@ -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"
}
}
]