jackMort / ChatGPT.nvim

ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
Apache License 2.0
3.56k stars 307 forks source link

C-y doesn't yank. it pastes. #361

Open josh-m-sharpe opened 6 months ago

josh-m-sharpe commented 6 months ago

Wouldn't it be more correct if:

<C-y> yanked to the register and closed the popup <C-i> inserted into the document and closed the popup <C-p> pastes into the document and closed the popup - (basically how works today)

Just thinking out loud.

Maybe that can be configured today but I don't see options for insert/paste? Is it possible?