jackMort / ChatGPT.nvim

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

fix: add close keymap to edit windows (#172) #193

Closed shutils closed 7 months ago

shutils commented 1 year ago

issue #172

I have added a key map for closing the edit window.

ariel-frischer commented 9 months ago

Nice, was looking for this.

jackMort commented 7 months ago

are you able to solve conficts?

shutils commented 7 months ago

I rebase to the latest branch and then check the code.

shutils commented 7 months ago

@jackMort

In the latest main branch, there was already code that mapped the close key to the edit window, so I changed it to extend the window it applies to.