Merge pull request #2175 from zed-industries/restore-toggle-dock-binding

Put back shift-escape binding for FocusDock action
This commit is contained in:
Max Brunsfeld 2023-02-15 14:04:01 -08:00 committed by GitHub
commit 32191e318e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -431,6 +431,12 @@
"cmd-enter": "project_search::SearchInNew" "cmd-enter": "project_search::SearchInNew"
} }
}, },
{
"context": "Workspace",
"bindings": {
"shift-escape": "dock::FocusDock"
}
},
{ {
"bindings": { "bindings": {
"cmd-shift-k cmd-shift-right": "dock::AnchorDockRight", "cmd-shift-k cmd-shift-right": "dock::AnchorDockRight",