Update assistant docs to mention inline works in the terminal

This commit is contained in:
Joseph T Lyons 2024-08-16 21:13:02 -04:00
parent 3d997e5fd6
commit 18f0626e08

View file

@ -105,7 +105,7 @@ Slash commands enhance the assistant's capabilities. Begin by typing a `/` at th
## Inline Assistant
You can use `ctrl-enter` to open the inline assistant in both a normal editor and within the assistant panel.
You can use `ctrl-enter` to open the inline assistant in both a normal editor, within the assistant panel, and even within the terminal panel.
The inline assistant allows you to send the current selection (or the current line) to a language model and modify the selection with the language model's response. You can also perform multiple generation requests in parallel by pressing `ctrl-enter` with multiple cursors, or by pressing `ctrl-enter` with a selection that spans multiple excerpts in a multibuffer.