Fix default keymappings in codecompanion so I can navigate paragraphs

using {} again
This commit is contained in:
Martin Larsson 2025-07-15 13:52:09 +02:00
parent 098fc2c41e
commit 3683e93dbc

View file

@ -51,9 +51,23 @@ return {
}, },
}, },
}, },
keymaps = {
previous_chat = {
modes = {
n = "<Leader>[",
},
},
next_chat = {
modes = {
n = "<Leader>]",
},
},
},
}, },
inline = { adapter = "copilot" }, inline = { adapter = "copilot" },
}, },
display = { display = {
action_palette = { action_palette = {
provider = "default", provider = "default",