github zed-industries/zed v0.119.3-pre

latest releases: nightly, collab-staging, v0.154.3...
pre-release8 months ago
  • Added a workspace::DeploySearch action, bound to cmd-shift-f by default. DeploySearch will refocus an existing project search multi-buffer if one is already open. If you want the project search key binding to open up a new search each time, use the following snippet in your keymap.json file:
{
    "context": "Pane",
    "bindings": {
        "cmd-shift-f": "workspace::NewSearch"
    }
}
  • Reinstated git status colors for tab labels (tabs.git_status setting)
  • Restored call control styles to a similar look to Zed 1.
  • Improved the width of the search input field for narrow panes.
  • Fixed an issue where disabling key bindings didn't work. To disable a key binding, set it to null in your keymap.
  • Fixed a bug that would shrink the pane when following someone.
  • Fixed a leak that would prevent projects from being automatically unshared or left when closing the corresponding window.
  • Fixed current LSP logs menu item not shown as selected.
  • Fixed an issue where the settings to show/hide certain panels were not respected (#2369, #2370).

Don't miss a new zed release

NewReleases is sending notifications on new releases.