jackMort / ChatGPT.nvim

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

Only prompt box closes when using :bd on :ChatGPT #248

Open agctute opened 1 year ago

agctute commented 1 year ago

What I want to do

Get out of the ChatGPT chat by closing the buffer using :bd

What happens

when I am typing, only the prompt is closed, and the chat window remains open

What I expected

For the entire window to close when using :bd

How to replicate

  1. Use the :ChatGPT command
  2. type a prompt (or not, occurs either way)
  3. press in INSERT mode
  4. enter normal mode
  5. press
  6. use the :bd command

It appears that this is due to pressing in INSERT mode beforehand.