mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 03:25:59 +00:00
Put back shift-escape binding for FocusDock action
This commit is contained in:
parent
8bd20d8c3a
commit
7037842bef
1 changed files with 6 additions and 0 deletions
|
@ -431,6 +431,12 @@
|
|||
"cmd-enter": "project_search::SearchInNew"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Workspace",
|
||||
"bindings": {
|
||||
"shift-escape": "dock::FocusDock"
|
||||
}
|
||||
},
|
||||
{
|
||||
"bindings": {
|
||||
"cmd-shift-k cmd-shift-right": "dock::AnchorDockRight",
|
||||
|
|
Loading…
Reference in a new issue