diff --git a/docs/src/assistant.md b/docs/src/assistant.md index ccfdff6c38c2a9110f916b2b74397208f5616835..bf1b1ad3c6e04d29475ad714a91fc42e1fc73835 100644 --- a/docs/src/assistant.md +++ b/docs/src/assistant.md @@ -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.