From 525e317d96a6192829fa81757bff082527ae6a48 Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Wed, 6 Jul 2022 13:22:54 -0700 Subject: [PATCH] remove custom terminal keybindings --- assets/keymaps/default.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/assets/keymaps/default.json b/assets/keymaps/default.json index 8aaf66eaf1..bea53ece45 100644 --- a/assets/keymaps/default.json +++ b/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" - } } ] \ No newline at end of file