Skip to content

Commit e54ec74

Browse files
authored
docs: update chat buffer prompt submission methods (#847)
1 parent 94039d2 commit e54ec74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require("codecompanion").setup({
6969

7070
The Chat Buffer is where you can converse with an LLM from within Neovim. It operates on a single response per turn, basis.
7171

72-
Run `:CodeCompanionChat` to open a chat buffer. Type your prompt and press `<CR>`. Or, run `:CodeCompanionChat why are Lua and Neovim so perfect together?` to send a prompt directly to the chat buffer. Toggle the chat buffer with `:CodeCompanionChat Toggle`.
72+
Run `:CodeCompanionChat` to open a chat buffer. Type your prompt and send it by pressing `<C-s>` while in insert mode or `<CR>` in normal mode. Alternatively, run `:CodeCompanionChat why are Lua and Neovim so perfect together?` to open the chat buffer and send a prompt at the same time. Toggle the chat buffer with `:CodeCompanionChat Toggle`.
7373

7474
You can add context from your code base by using _Variables_ and _Slash Commands_ in the chat buffer.
7575

0 commit comments

Comments
 (0)