mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(copilot-chat): ctrl-s now works in both normal and insert mode
This commit is contained in:
parent
18c7731281
commit
0fcadced89
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ return {
|
|||
}
|
||||
end,
|
||||
keys = {
|
||||
{ "<c-s>", "<CR>", ft = "copilot-chat", desc = "Submit Prompt", remap = true },
|
||||
{ "<leader>a", "", desc = "+ai", mode = { "n", "v" } },
|
||||
{
|
||||
"<leader>aa",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue