feat: history manager (#1644)

This commit is contained in:
yetone
2025-03-19 17:28:05 +08:00
committed by GitHub
parent f226df8348
commit 1c8cac1958
10 changed files with 271 additions and 51 deletions

View File

@@ -412,6 +412,7 @@ M._defaults = {
add_current = "<leader>ac", -- Add current buffer to selected files
},
select_model = "<leader>a?", -- Select model command
select_history = "<leader>ah", -- Select history command
},
windows = {
---@alias AvantePosition "right" | "left" | "top" | "bottom" | "smart"