remove custom terminal keybindings

Keith Simmons created

Change summary

assets/keymaps/default.json | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)

Detailed changes

assets/keymaps/default.json 🔗

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