feat(ui): add configurable keymaps for confirm modal (#2206)

This commit is contained in:
Brewinski
2025-06-12 13:26:58 +10:00
committed by GitHub
parent 2030512dfe
commit 2675155a76
2 changed files with 15 additions and 10 deletions

View File

@@ -509,6 +509,12 @@ M._defaults = {
},
select_model = "<leader>a?", -- Select model command
select_history = "<leader>ah", -- Select history command
confirm = {
focus_window = "<C-w>f",
code = "c",
resp = "r",
input = "i",
},
},
windows = {
---@alias AvantePosition "right" | "left" | "top" | "bottom" | "smart"