v0.119.3-pre
Pre-release
Pre-release
- Added a
workspace::DeploySearchaction, bound tocmd-shift-fby default.DeploySearchwill 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.jsonfile:
{
"context": "Pane",
"bindings": {
"cmd-shift-f": "workspace::NewSearch"
}
}- Reinstated git status colors for tab labels (
tabs.git_statussetting) - 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
nullin 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).