- Added a
workspace::DeploySearch
action, bound tocmd-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 yourkeymap.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).