Fix default keymappings in codecompanion so I can navigate paragraphs
using {} again
This commit is contained in:
parent
098fc2c41e
commit
3683e93dbc
1 changed files with 14 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue