aduros / ai.vim

Generate and edit text in Neovim using OpenAI and GPT.
ISC License
291 stars 24 forks source link

Stop the completion with ctrl+c or some other shortcut #25

Open Kamilcuk opened 1 year ago

Kamilcuk commented 1 year ago

If I am not interested anymore in the completion, or it has done its thing, I have no way to stop it. Would be great to be able to stop it, for example with ctrl+c. Would also be great not to have two concurrent completions running at the same time. Amazing plugin, thanks.