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-pagedown
andgT
/ctrl-pageup
. - Added support for substitute with
s
. - Added support for
go to definition
/go back
withctrl-]
/ctrl-o
. - Added support for counts to work with scrolling shortcuts.
- Added support to join lines with
ctrl-j
orshift-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 Light
theme, which was incorrectly set as a dark theme. - Vim bug fixes:
- Fixed code actions menu (#1690).
- Fixed a bug where
1G
didn't correctly go the first line (#710).