diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-04-22 17:05:18 +0200 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-04-22 17:05:18 +0200 |
| commit | 4b3f4339e643bb7cae9065fb4129bdbfaf0b2dcf (patch) | |
| tree | 01bcce6d3ba0f09352f8d4d98d65a2bdc733336c /doc | |
| parent | 12aae5adeaa393eecb424e9ffdc458616b2083f1 (diff) | |
| download | vim-ai-4b3f4339e643bb7cae9065fb4129bdbfaf0b2dcf.tar.gz | |
open_chat_command presets
Diffstat (limited to '')
| -rw-r--r-- | doc/vim-ai.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt index 396fb95..d4ce47e 100644 --- a/doc/vim-ai.txt +++ b/doc/vim-ai.txt @@ -83,7 +83,7 @@ Options: > \ "ui": { \ "code_syntax_enabled": 1, \ "populate_options": 0, - \ "open_chat_command": "below new | call vim_ai#MakeScratchWindow()", + \ "open_chat_command": "preset_below", \ "scratch_buffer_keep_open": 0, \ }, \} |