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

<Tab> No longer moves cursor across panes in edit with instructions view #352

Closed Aaronik closed 5 months ago

Aaronik commented 6 months ago

It appears that 1f69ba297388bccc604a76d9c940cb26156c5cd1 broke moving the cursor from window to window.

v3ceban commented 5 months ago

+1. Issue only appears in "edit with instructions" mode. Opening help or settings menu temporarily fixes it

Aaronik commented 5 months ago

Here's a PR that fixes it: https://github.com/jackMort/ChatGPT.nvim/pull/388

kohane27 commented 5 months ago

Thank you so much for this fix! It's bugged me for a long time.

Aaronik commented 5 months ago

My pleasure! I'm happy to hear it's helping others as well :)

Aaronik commented 5 months ago

Gah, I'm seeing that for some reason this fix only fixed it for the first time you open the window. Whaaaaaaaaat? I'll keep lookin' into it

Aaronik commented 5 months ago

Ok, here's another fix that fixes the subsequent opens: https://github.com/jackMort/ChatGPT.nvim/pull/390