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

`toggle_help` action should not switch to the help buffer #360

Open smackesey opened 6 months ago

smackesey commented 6 months ago

Currently when you trigger toggle_help, the cursor jumps to the help buffer. I can't think of why the user would want the cursor in this read-only buffer-- better to open the buffer and leave the cursor where it is.