docs: add reasonable mappings (#223)
This commit is contained in:
parent
312543b680
commit
6113c246e0
@ -122,6 +122,14 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
|
|||||||
next = "]]",
|
next = "]]",
|
||||||
prev = "[[",
|
prev = "[[",
|
||||||
},
|
},
|
||||||
|
submit = {
|
||||||
|
normal = "<CR>",
|
||||||
|
insert = "<C-s>",
|
||||||
|
},
|
||||||
|
toggle = {
|
||||||
|
debug = "<leader>ad",
|
||||||
|
hint = "<leader>ah",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
hints = { enabled = true },
|
hints = { enabled = true },
|
||||||
windows = {
|
windows = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user