- Released Edit Prediction: A few weeks ago, Zed released its native prediction mechanism Edit Prediction powered by Zeta.
- Common Feedback: Many people love it as is, but a common feedback is that predicted text can be distracting.
- Introduced Subtle Mode: To address this, Zed introduced
subtle
mode. In this mode, predicted text is hidden by default and only visible when holding a modifier key. - Setting up: Make sure Edit Prediction is properly configured. To turn on
subtle
mode, either add"edit_predictions": {"mode": "subtle"}
to settings or use the UI in Zedv0.179.x
(via the status bar menu). - Using Subtle Mode: In
subtle
mode, when Zeta makes a prediction, a small box appears below the cursor indicating the prediction direction and the required modifier key. Holding the modifier key (likealt
/option
on macOS) shows a flag indicating the buffer position. Hittingtab
once shows the suggestion and again accepts it while preserving cursor position. - Keybinding Choice: The chosen keybinding for this interaction is based on the default mode of Edit Prediction when
tab
is bound to other actions. - Wrap Up: Zed aims to offer AI-assisted coding without breaking the editor groove. Edit Prediction's
subtle
mode is minimal, elegant, and helpful. Encourage users to try it and share their thoughts.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。