Compare commits

...

3 Commits

Author SHA1 Message Date
Max Brunsfeld
770e80c5f0 zed 0.74.1 2023-02-15 14:06:31 -08:00
Max Brunsfeld
dc103389f4 Merge pull request #2175 from zed-industries/restore-toggle-dock-binding
Put back shift-escape binding for FocusDock action
2023-02-15 14:06:01 -08:00
Joseph Lyons
51aea3a294 v0.74.x preview 2023-02-15 14:57:27 -05:00
4 changed files with 9 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -8344,7 +8344,7 @@ checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
[[package]]
name = "zed"
version = "0.74.0"
version = "0.74.1"
dependencies = [
"activity_indicator",
"anyhow",

View File

@@ -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",

View File

@@ -3,7 +3,7 @@ authors = ["Nathan Sobo <nathansobo@gmail.com>"]
description = "The fast, collaborative code editor."
edition = "2021"
name = "zed"
version = "0.74.0"
version = "0.74.1"
publish = false
[lib]

View File

@@ -1 +1 @@
dev
preview