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

README C-m to cycle modes isn't correct #259

Closed AntPeixe closed 1 year ago

AntPeixe commented 1 year ago

The readme says <C-m> is the default to cycle the modes however that function is set to <C-f>.

Also I'd like to point that in nvim the <C-m> is mapped by default to <C-Enter> (or motion down) so it can actually trigger the current prompt

Nvim docs for reference regarding that map: