remove custom terminal keybindings
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user