diff options
Diffstat (limited to 'doc/vim-ai.txt')
| -rw-r--r-- | doc/vim-ai.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt index c983626..ddf1bcc 100644 --- a/doc/vim-ai.txt +++ b/doc/vim-ai.txt @@ -17,8 +17,8 @@ https://github.com/madox2/vim-ai :AI complete the text on the current line :AI {prompt} complete the prompt -(selection) :AI complete the selection -(selection) :AI {instruction} complete the selection using the instruction +<selection> :AI complete the selection +<selection> :AI {instruction} complete the selection using the instruction Options: > let g:vim_ai_complete = { @@ -36,8 +36,8 @@ https://platform.openai.com/docs/api-reference/completions *:AIEdit* -(selection)? :AIEdit edit the current line or the selection -(selection)? :AIEdit {instruction} edit the current line or the selection using +<selection>? :AIEdit edit the current line or the selection +<selection>? :AIEdit {instruction} edit the current line or the selection using the instruction Options: > @@ -57,7 +57,7 @@ https://platform.openai.com/docs/api-reference/completions *:AIChat* :AIChat continue or start a new conversation. -(selection)? :AIChat {instruction}? start a new conversation given the selection, +<selection>? :AIChat {instruction}? start a new conversation given the selection, the instruction or both Options: > |