Fix escape in terminal with JetBrains keymap (#35585)
Closes https://github.com/zed-industries/zed/issues/35429 Closes https://github.com/zed-industries/zed/issues/35091 Follow-up to: https://github.com/zed-industries/zed/pull/35230 Release Notes: - Fix `escape` in Terminal broken in JetBrains compatability keymaps
This commit is contained in:
parent
a6a34dad0f
commit
bb5af6f76d
2 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@
|
||||||
{ "context": "Diagnostics > Editor", "bindings": { "alt-6": "pane::CloseActiveItem" } },
|
{ "context": "Diagnostics > Editor", "bindings": { "alt-6": "pane::CloseActiveItem" } },
|
||||||
{ "context": "OutlinePanel", "bindings": { "alt-7": "workspace::CloseActiveDock" } },
|
{ "context": "OutlinePanel", "bindings": { "alt-7": "workspace::CloseActiveDock" } },
|
||||||
{
|
{
|
||||||
"context": "Dock || Workspace || Terminal || OutlinePanel || ProjectPanel || CollabPanel || (Editor && mode == auto_height)",
|
"context": "Dock || Workspace || OutlinePanel || ProjectPanel || CollabPanel || (Editor && mode == auto_height)",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"escape": "editor::ToggleFocus",
|
"escape": "editor::ToggleFocus",
|
||||||
"shift-escape": "workspace::CloseActiveDock"
|
"shift-escape": "workspace::CloseActiveDock"
|
||||||
|
|
|
@ -167,7 +167,7 @@
|
||||||
{ "context": "Diagnostics > Editor", "bindings": { "cmd-6": "pane::CloseActiveItem" } },
|
{ "context": "Diagnostics > Editor", "bindings": { "cmd-6": "pane::CloseActiveItem" } },
|
||||||
{ "context": "OutlinePanel", "bindings": { "cmd-7": "workspace::CloseActiveDock" } },
|
{ "context": "OutlinePanel", "bindings": { "cmd-7": "workspace::CloseActiveDock" } },
|
||||||
{
|
{
|
||||||
"context": "Dock || Workspace || Terminal || OutlinePanel || ProjectPanel || CollabPanel || (Editor && mode == auto_height)",
|
"context": "Dock || Workspace || OutlinePanel || ProjectPanel || CollabPanel || (Editor && mode == auto_height)",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"escape": "editor::ToggleFocus",
|
"escape": "editor::ToggleFocus",
|
||||||
"shift-escape": "workspace::CloseActiveDock"
|
"shift-escape": "workspace::CloseActiveDock"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue