CopilotC-Nvim / CopilotChat.nvim

Chat with GitHub Copilot in Neovim
https://copilotc-nvim.github.io/CopilotChat.nvim/
GNU General Public License v3.0
1.52k stars 71 forks source link

fix: Remap bindings to not conflict with terminal #247

Closed deathbeam closed 5 months ago

deathbeam commented 5 months ago

C-m is same as CR on a lot of terminals, remap to C-s

Closes #246