v0.93.0-pre
Pre-release
Pre-release
Additions
- Redesigned collaboration UI
- Added voice support
- Vim improvements:
- Added support for indent/outdent with
>/<(#832). - Added support for toggling case with
~(#1410). - Added support for tab navigation with
gt/ctrl-pagedownandgT/ctrl-pageup. - Added support for substitute with
s. - Added support for
go to definition/go backwithctrl-]/ctrl-o. - Added support for counts to work with scrolling shortcuts.
- Added support to join lines with
ctrl-jorshift-J(#736). - Added support to use count modifiers with arrow keys (
5<down>will go down 5 lines) (#1687). - Improved distance calculations for
page-up/page-down.
- Added support for indent/outdent with
Bug Fixes
- Fixed a bug where Zed would use excessive memory when a project folder contained symlinks pointing to directories outside of the project. (#1186)
- Reduced Zed's memory and CPU usage when working in folders containing many git-ignored files.
- Fixed the
Atelier Forest Lighttheme, which was incorrectly set as a dark theme. - Vim bug fixes: