1 files changed,
7 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-04-03 12:28:01 +0300
Parent:
dacb681
M
lua/plugins/copilot.lua
@@ -34,7 +34,13 @@ { "<leader>C", ":CopilotChat ", mode = { "n", "v" } },
}, opts = { mappings = { - reset = "<C-r>", + reset = { + insert = "<C-r>", + normal = "<C-r>", + }, + submit_prompt = { + insert = "<C-CR>", + }, }, }, },